mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
18 lines
612 B
XML
18 lines
612 B
XML
<query id="indexHintTest2" action="select">
|
|
<tables>
|
|
<table name="documents" />
|
|
</tables>
|
|
<index_hint for="ALL">
|
|
<index var="index_hint1" type="FORCE" />
|
|
<index var="index_hint2" default="idx_module_list_order" type="USE" />
|
|
</index_hint>
|
|
<conditions>
|
|
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
<navigation>
|
|
<index var="sort_index" default="list_order" order="desc" />
|
|
<list_count var="list_count" default="20" />
|
|
<page_count var="page_count" default="10" />
|
|
<page var="page" default="1" />
|
|
</navigation>
|
|
</query>
|