rhymix/modules/comment/queries/deleteCommentVotedLog.xml
2016-01-23 23:12:12 +09:00

9 lines
379 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" />
<condition operation="equal" column="member_srl" var="member_srl" filter="number" pipe="and" />
</conditions>
</query>