mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
9 lines
306 B
XML
9 lines
306 B
XML
<query id="getModuleCategory" action="select">
|
|
<tables>
|
|
<table name="module_categories" />
|
|
</tables>
|
|
<columns />
|
|
<conditions>
|
|
<condition operation="equal" column="module_category_srl" var="module_category_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|