mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
14 lines
607 B
XML
14 lines
607 B
XML
<query id="getNewDocument" action="select">
|
|
<tables>
|
|
<table name="documents" />
|
|
<table name="modules" />
|
|
</tables>
|
|
<columns>
|
|
<column name="count(*)" alias="cnt" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="modules.site_srl" var="site_srl" default="0" notnull="notnull" />
|
|
<condition operation="equal" column="documents.module_srl" default="modules.module_srl" notnull="notnull" pipe="and" />
|
|
<condition operation="more" column="documents.regdate" var="regdate" notnull="notnull" pipe="and" />
|
|
</conditions>
|
|
</query>
|