mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
9 lines
385 B
XML
9 lines
385 B
XML
<query id="deleteFriend" action="delete">
|
|
<tables>
|
|
<table name="member_friend" />
|
|
</tables>
|
|
<conditions>
|
|
<condition operation="equal" column="friend_srl" var="friend_srl" notnull="notnull" filter="number" />
|
|
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" pipe="and" />
|
|
</conditions>
|
|
</query>
|