mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
11 lines
350 B
XML
11 lines
350 B
XML
<query id="updateUploadedCount" action="update">
|
|
<tables>
|
|
<table name="comments" />
|
|
</tables>
|
|
<columns>
|
|
<column name="uploaded_count" var="uploaded_count" default="0" filter="number" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="comment_srl" var="comment_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|