mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4299 201d5d3c-b55e-5fd7-737f-ddc643e51545
13 lines
634 B
XML
13 lines
634 B
XML
<query id="getCommentParentNextSibling" action="select">
|
|
<tables>
|
|
<table name="comments_list" />
|
|
</tables>
|
|
<columns>
|
|
<column name="min(comments_list.arrange)" alias="arrange" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="comments_list.head" var="head" filter="number" notnull="notnull" />
|
|
<condition operation="excess" column="comments_list.arrange" var="arrange" filter="number" notnull="notnull" pipe="and" />
|
|
<condition operation="less" column="comments_list.depth" var="depth" filter="number" notnull="notnull" pipe="and" />
|
|
</conditions>
|
|
</query>
|