mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
8 lines
265 B
XML
8 lines
265 B
XML
<query id="deleteDocument" action="delete">
|
|
<tables>
|
|
<table name="documents" />
|
|
</tables>
|
|
<conditions>
|
|
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|