mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
11 lines
349 B
XML
11 lines
349 B
XML
<query id="updateMemberPhoneCountry" action="update">
|
|
<tables>
|
|
<table name="member" />
|
|
</tables>
|
|
<columns>
|
|
<column name="phone_country" var="new_phone_country" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="phone_country" var="old_phone_country" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|