mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
11 lines
325 B
XML
11 lines
325 B
XML
<query id="getHistory" action="select">
|
|
<tables>
|
|
<table name="document_histories" />
|
|
</tables>
|
|
<columns>
|
|
<column name="*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="history_srl" var="history_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|