mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
17 lines
543 B
XML
17 lines
543 B
XML
<query id="indexHintTest1" action="select">
|
|
<tables>
|
|
<table name="documents" />
|
|
</tables>
|
|
<index_hint for="MYSQL">
|
|
<index name="idx_module_srl" 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>
|