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