mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
11 lines
350 B
XML
11 lines
350 B
XML
<query id="updateCategoryDocument" action="update">
|
|
<tables>
|
|
<table name="documents" />
|
|
</tables>
|
|
<columns>
|
|
<column name="category_srl" var="target_category_srl" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="category_srl" var="source_category_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|