rhymix/modules/comment/queries/deleteDeclaredCommentLog.xml

8 lines
281 B
XML

<query id="deleteDeclaredCommentLog" action="delete">
<tables>
<table name="comment_declared_log" />
</tables>
<conditions>
<condition operation="in" column="comment_srl" var="comment_srl" filter="number" notnull="notnull" />
</conditions>
</query>