rhymix/modules/member/queries/getMemberCountByPhoneCountry.xml
2020-03-18 23:56:54 +09:00

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>