mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
12 lines
417 B
XML
12 lines
417 B
XML
<query id="updateMemberDeniedInfo" action="update">
|
|
<tables>
|
|
<table name="member" />
|
|
</tables>
|
|
<columns>
|
|
<column name="denied" var="denied" notnull="notnull" />
|
|
<column name="status" var="status" notnull="notnull" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" />
|
|
</conditions>
|
|
</query>
|