rhymix/modules/member/queries/deleteScrapDocumentByDocumentSrl.xml

8 lines
233 B
XML

<query id="deleteScrapDocument" action="delete">
<tables>
<table name="member_scrap" />
</tables>
<conditions>
<condition operation="equal" column="document_srl" var="document_srl" notnull="notnull" />
</conditions>
</query>