rhymix/modules/comment/queries/deleteCommentDeclaredLog.xml
2011-04-12 06:20:02 +00:00

8 lines
281 B
XML

<query id="deleteCommentDeclaredLog" 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>