mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
11 lines
281 B
XML
11 lines
281 B
XML
<query id="selectCountTest2" action="select">
|
|
<tables>
|
|
<table name="documents" />
|
|
</tables>
|
|
<columns distinct="true">
|
|
<column name="module_srl" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="in" column="document_srl" var="document_srl_list" />
|
|
</conditions>
|
|
</query>
|