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