mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 09:19:57 +09:00
13 lines
458 B
XML
13 lines
458 B
XML
<query id="updateCategory" action="update">
|
|
<tables>
|
|
<table name="blog_category" />
|
|
</tables>
|
|
<columns>
|
|
<column name="name" var="name" notnull="notnull" />
|
|
<column name="expand" var="expand" />
|
|
<column name="group_srls" var="group_srls" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="category_srl" var="category_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|