mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
13 lines
506 B
XML
13 lines
506 B
XML
<query id="updateFileModuleComment" action="update">
|
|
<tables>
|
|
<table name="files" />
|
|
<table name="comments" />
|
|
</tables>
|
|
<columns>
|
|
<column name="files.module_srl" var="module_srl" filter="number" notnull="notnull" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="files.upload_target_srl" default="comments.comment_srl" />
|
|
<condition operation="in" column="comments.document_srl" var="upload_target_srls" filter="number" notnull="notnull" pipe="and" />
|
|
</conditions>
|
|
</query>
|