rhymix/modules/document/queries/deleteDocumentVotedLog.xml

8 lines
279 B
XML

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