mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
10 lines
337 B
XML
10 lines
337 B
XML
<query id="deleteNotify" action="delete">
|
|
<tables>
|
|
<table name="ncenterlite_notify" />
|
|
</tables>
|
|
|
|
<conditions>
|
|
<condition operation="equal" column="notify" var="notify" notnull="notnull" />
|
|
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" pipe="and" />
|
|
</conditions>
|
|
</query>
|