mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
10 lines
439 B
XML
10 lines
439 B
XML
<query id="deleteFriend" action="delete">
|
|
<tables>
|
|
<table name="member_friend" />
|
|
</tables>
|
|
<conditions>
|
|
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" />
|
|
<condition operation="in" column="friend_srl" var="friend_srls" pipe="and" />
|
|
<condition operation="in" column="friend_srl" var="friend_srl_list" pipe="and" />
|
|
</conditions>
|
|
</query>
|