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