mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 02:01:40 +09:00
10 lines
344 B
XML
10 lines
344 B
XML
<query id="deleteNotifyBySrl" action="delete">
|
|
<tables>
|
|
<table name="ncenterlite_notify" />
|
|
</tables>
|
|
|
|
<conditions>
|
|
<condition operation="equal" column="srl" var="srl" filter="number" notnull="notnull" />
|
|
<condition operation="equal" column="target_srl" var="srl" filter="number" notnull="notnull" pipe="or" />
|
|
</conditions>
|
|
</query>
|