mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
yet site admin not completed git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8813 201d5d3c-b55e-5fd7-737f-ddc643e51545
13 lines
504 B
XML
13 lines
504 B
XML
<query id="getCommentCount" action="select">
|
|
<tables>
|
|
<table name="comments" />
|
|
</tables>
|
|
<columns>
|
|
<column name="count(*)" alias="count" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="document_srl" var="document_srl" filter="number" />
|
|
<condition operation="in" column="module_srl" var="module_srl" filter="number" pipe="and" />
|
|
<condition operation="like_prefix" column="regdate" var="regDate" pipe="and" />
|
|
</conditions>
|
|
</query>
|