rhymix/modules/comment/queries/getDeclaredComment.xml
2007-11-01 10:28:42 +00:00

8 lines
274 B
XML

<query id="getDeclaredComment" action="select">
<tables>
<table name="comment_declared" />
</tables>
<conditions>
<condition operation="equal" column="comment_srl" var="comment_srl" filter="number" notnull="notnull" />
</conditions>
</query>