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