mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
14 lines
358 B
XML
14 lines
358 B
XML
<query id="sortIndexTest" action="select">
|
|
<tables>
|
|
<table name="documents" />
|
|
</tables>
|
|
<columns>
|
|
<column name="*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="status" default="PUBLIC" />
|
|
</conditions>
|
|
<navigation>
|
|
<index var="sort_index" default="RAND()" order="order_type" order-default="DESC" />
|
|
</navigation>
|
|
</query>
|