mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
12 lines
361 B
XML
12 lines
361 B
XML
<query id="getAuthMail" action="select">
|
|
<tables>
|
|
<table name="member_auth_mail" />
|
|
</tables>
|
|
<columns>
|
|
<column name="*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="member_srl" var="member_srl" />
|
|
<condition operation="equal" column="auth_key" var="auth_key" />
|
|
</conditions>
|
|
</query>
|