mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
11 lines
334 B
XML
11 lines
334 B
XML
<query id="getMemberCountByPhoneCountry" action="select">
|
|
<tables>
|
|
<table name="member" />
|
|
</tables>
|
|
<columns>
|
|
<column name="count(*)" alias="count" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="phone_country" var="phone_country" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|