rhymix/modules/document/queries/updateDocumentsSecret.xml
ngleader de901c0513 add query update secret
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6254 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-05-04 02:19:00 +00:00

11 lines
362 B
XML

<query id="updateDocumentsSecret" action="update">
<tables>
<table name="documents" />
</tables>
<columns>
<column name="is_secret" var="is_secret" notnull="notnull" />
</columns>
<conditions>
<condition operation="in" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
</conditions>
</query>