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

8 lines
278 B
XML

<query id="getDeclaredDocument" action="select">
<tables>
<table name="document_declared" />
</tables>
<conditions>
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
</conditions>
</query>