rhymix/modules/comment/queries/getCommentListItem.xml
2008-06-19 04:01:16 +00:00

14 lines
550 B
XML

<query id="getCommentListItem" action="select">
<tables>
<table name="comments" />
<table name="comments_list" />
</tables>
<columns>
<column name="comments.parent_srl" />
<column name="comments_list.*" />
</columns>
<conditions>
<condition operation="equal" column="comments.comment_srl" var="comment_srl" notnull="notnull" />
<condition operation="equal" column="comments.comment_srl" default="comments_list.comment_srl" notnull="notnull" pipe="and" />
</conditions>
</query>