mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
11 lines
364 B
XML
11 lines
364 B
XML
<query id="updateFileName" action="update">
|
|
<tables>
|
|
<table name="files" />
|
|
</tables>
|
|
<columns>
|
|
<column name="source_filename" var="source_filename" notnull="notnull" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="file_srl" var="file_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|