rhymix/modules/document/queries/getTrashByDocumentSrl.xml
ngleader cdeb3f36cc for textyle trash function
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6405 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-05-26 01:58:26 +00:00

11 lines
331 B
XML

<query id="getTrashByDocumentSrl" action="select">
<tables>
<table name="document_trash" />
</tables>
<columns>
<column name="*" />
</columns>
<conditions>
<condition operation="in" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
</conditions>
</query>