mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
16 lines
573 B
XML
16 lines
573 B
XML
<query id="getPollItem" action="select">
|
|
<tables>
|
|
<table name="poll_item" />
|
|
</tables>
|
|
<columns>
|
|
<column name="*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="poll_srl" var="poll_srl" />
|
|
<condition operation="equal" column="poll_index_srl" var="poll_index_srl" pipe="and" />
|
|
<condition operation="equal" column="poll_item_srl" var="poll_item_srl" pipe="and" />
|
|
</conditions>
|
|
<navigation>
|
|
<index var="sort_index" default="poll_item_srl" order="asc" />
|
|
</navigation>
|
|
</query>
|