<query id="updateDeclaredComment" action="update">
    <tables>
        <table name="comment_declared" />
    </tables>
    <columns>
        <column name="declared_count" default="plus(1)" />
    </columns>
    <conditions>
        <condition operation="equal" column="comment_srl" var="comment_srl" filter="number" notnull="notnull" />
    </conditions>
</query>
