mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
14 lines
563 B
XML
14 lines
563 B
XML
<query id="chkAuthSms" action="select">
|
|
<tables>
|
|
<table name="member_auth_sms" />
|
|
</tables>
|
|
<columns>
|
|
<column name="count(*)" alias="count" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="phone_number" var="phone_number" notnull="notnull" />
|
|
<condition operation="equal" column="phone_country" var="phone_country" notnull="notnull" />
|
|
<condition operation="equal" column="ipaddress" var="ipaddress" />
|
|
<condition operation="more" column="regdate" var="regdate_since" />
|
|
</conditions>
|
|
</query>
|