mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
12 lines
406 B
XML
12 lines
406 B
XML
<query id="getUpdateLogAdminisExists" action="select">
|
|
<tables>
|
|
<table name="document_update_log" />
|
|
</tables>
|
|
<columns>
|
|
<column name="count(*)" alias="count" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
|
|
<condition operation="equal" column="is_admin" var="is_admin" pipe="and" />
|
|
</conditions>
|
|
</query>
|