mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
12 lines
361 B
XML
12 lines
361 B
XML
<query id="updatePollItemTarget" action="update">
|
|
<tables>
|
|
<table name="poll_item" />
|
|
</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>
|
|
|