mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
13 lines
537 B
XML
13 lines
537 B
XML
<query id="updateCommentSync" action="update">
|
|
<tables>
|
|
<table name="comments" alias="comments" />
|
|
<table name="member" alias="member" />
|
|
</tables>
|
|
<columns>
|
|
<column name="comments.member_srl" default="member.member_srl" filter="number" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="comments.member_srl" default="-1" notnull="notnull" />
|
|
<condition operation="equal" column="comments.user_id" default="member.user_id" pipe="and" />
|
|
</conditions>
|
|
</query>
|