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