mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
12 lines
No EOL
495 B
XML
12 lines
No EOL
495 B
XML
<query id="updateScrapDocumentFolder" action="update">
|
|
<tables>
|
|
<table name="member_scrap" />
|
|
</tables>
|
|
<columns>
|
|
<column name="folder_srl" var="folder_srl" notnull="notnull" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" />
|
|
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" pipe="and" />
|
|
</conditions>
|
|
</query> |