mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3545 201d5d3c-b55e-5fd7-737f-ddc643e51545
12 lines
481 B
XML
12 lines
481 B
XML
<query id="updateCategoryOrder" action="update">
|
|
<tables>
|
|
<table name="document_categories" />
|
|
</tables>
|
|
<columns>
|
|
<column name="list_order" default="plus(1)" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" />
|
|
<condition operation="more" column="list_order" var="list_order" filter="number" notnull="notnull" pipe="and" />
|
|
</conditions>
|
|
</query>
|