rhymix/modules/document/queries/deleteDocumentDeclaredLog.xml
2011-04-12 10:07:33 +00:00

8 lines
285 B
XML

<query id="deleteDocumentDeclaredLog" action="delete">
<tables>
<table name="document_declared_log" />
</tables>
<conditions>
<condition operation="in" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
</conditions>
</query>