mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
11 lines
347 B
XML
11 lines
347 B
XML
<query id="getFiles" action="select">
|
|
<tables>
|
|
<table name="files" />
|
|
</tables>
|
|
<conditions>
|
|
<condition operation="equal" column="upload_target_srl" var="upload_target_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
<navigation>
|
|
<index var="sort_index" order="asc" />
|
|
</navigation>
|
|
</query>
|