mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
11 lines
296 B
XML
11 lines
296 B
XML
<query id="getAdmins" action="select">
|
|
<tables>
|
|
<table name="member" />
|
|
</tables>
|
|
<columns>
|
|
<column name="member_srl" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="is_admin" default="Y" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|