rhymix/modules/document/queries/updateDeclaredDocument.xml
2007-11-01 10:28:42 +00:00

11 lines
369 B
XML

<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>