mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
11 lines
352 B
XML
11 lines
352 B
XML
<query id="updateFileModule" action="update">
|
|
<tables>
|
|
<table name="files" />
|
|
</tables>
|
|
<columns>
|
|
<column name="module_srl" var="module_srl" filter="number" notnull="notnull" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="in" column="upload_target_srl" var="upload_target_srls" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|