mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@12253 201d5d3c-b55e-5fd7-737f-ddc643e51545
12 lines
449 B
XML
12 lines
449 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" />
|
|
<condition operation="equal" column="isvalid" var="isvalid" pipe="and" />
|
|
</conditions>
|
|
<navigation>
|
|
<index var="sort_index" defualt="source_filename" order="asc" />
|
|
</navigation>
|
|
</query>
|