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