mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
13 lines
433 B
XML
13 lines
433 B
XML
<query id="getCommentVotedLogMulti" action="select">
|
|
<tables>
|
|
<table name="comment_voted_log" />
|
|
</tables>
|
|
<columns>
|
|
<column name="comment_srl" />
|
|
<column name="point" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="in" column="comment_srl" var="comment_srls" filter="number" notnull="notnull" />
|
|
<condition operation="equal" column="member_srl" var="member_srl" filter="number" pipe="and" />
|
|
</conditions>
|
|
</query>
|