mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
12 lines
381 B
XML
12 lines
381 B
XML
<query id="updatePoint" action="update">
|
|
<tables>
|
|
<table name="point" />
|
|
</tables>
|
|
<columns>
|
|
<column name="point" var="point" />
|
|
<column name="point" operation="plus" var="diff" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|