rhymix/modules/document/queries/deleteDocumentVotedLog.xml

9 lines
383 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" />
<condition operation="equal" column="member_srl" var="member_srl" filter="number" pipe="and" />
</conditions>
</query>