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