rhymix/modules/ncenterlite/queries/getOtherCommentByMemberSrl.xml
2019-03-22 13:10:47 +09:00

17 lines
448 B
XML

<query id="getOtherCommentByMemberSrl" action="select">
<tables>
<table name="comments" />
</tables>
<columns>
<column name="member_srl" />
</columns>
<conditions>
<condition operation="equal" column="document_srl" var="document_srl" notnull="notnull" />
<condition operation="notequal" column="member_srl" var="member_srl" notnull="notnull" pipe="and" />
</conditions>
<groups>
<group column="member_srl" />
</groups>
</query>