mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
8 lines
245 B
XML
8 lines
245 B
XML
<query id="deleteComment" action="delete">
|
|
<tables>
|
|
<table name="comments" />
|
|
</tables>
|
|
<conditions>
|
|
<condition operation="equal" column="comment_srl" var="comment_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|