mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
13 lines
330 B
XML
13 lines
330 B
XML
<query id="getDocumentNumericExtraKeys" action="select">
|
|
<tables>
|
|
<table name="document_extra_keys" />
|
|
</tables>
|
|
<columns>
|
|
<column name="module_srl" />
|
|
<column name="var_idx" />
|
|
<column name="var_type" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="in" column="var_type" var="var_type" />
|
|
</conditions>
|
|
</query>
|