rhymix/modules/planet/queries/updatePlanetLatestDocument.xml
zero b3179d58d0 planet Package Module 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4874 201d5d3c-b55e-5fd7-737f-ddc643e51545
2008-11-17 11:18:30 +00:00

11 lines
434 B
XML

<query id="updatePlanetLatestDocument" action="update">
<tables>
<table name="planet" />
</tables>
<columns>
<column name="latest_document_srl" var="latest_document_srl" filter="number" notnull="notnull" minlength="1" maxlength="250" />
</columns>
<conditions>
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull"/>
</conditions>
</query>