mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
12 lines
431 B
XML
12 lines
431 B
XML
<query id="updateMemberPassword" action="update">
|
|
<tables>
|
|
<table name="member" />
|
|
</tables>
|
|
<columns>
|
|
<column name="password" var="password" />
|
|
<column name="change_password_date" var="change_password_date" default="curdate()" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" />
|
|
</conditions>
|
|
</query>
|