mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
11 lines
366 B
XML
11 lines
366 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" defualt="file_srl" order="asc" />
|
|
</navigation>
|
|
</query>
|