rhymix/modules/comment/queries/deleteCommentVotedLog.xml
2011-04-12 07:20:47 +00:00

8 lines
275 B
XML

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