mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
11 lines
340 B
XML
11 lines
340 B
XML
<query id="updateDeclaredDocumentCancel" action="update">
|
|
<tables>
|
|
<table name="document_declared" />
|
|
</tables>
|
|
<columns>
|
|
<column name="declared_count" default="minus(1)" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|