mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4127 201d5d3c-b55e-5fd7-737f-ddc643e51545
11 lines
362 B
XML
11 lines
362 B
XML
<query id="updatePollTitleTarget" action="update">
|
|
<tables>
|
|
<table name="poll_title" />
|
|
</tables>
|
|
<columns>
|
|
<column name="upload_target_srl" var="upload_target_srl" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="poll_srl" var="poll_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|