mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
8 lines
251 B
XML
8 lines
251 B
XML
<query id="deleteDeniedID" action="delete">
|
|
<tables>
|
|
<table name="member_denied_user_id" />
|
|
</tables>
|
|
<conditions>
|
|
<condition operation="equal" column="user_id" var="user_id" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|