mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
8 lines
277 B
XML
8 lines
277 B
XML
<query id="deleteModuleCategory" action="delete">
|
|
<tables>
|
|
<table name="document_categories" />
|
|
</tables>
|
|
<conditions>
|
|
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|