rhymix/modules/member/queries/getMemberInfoByEmailAddress.xml
2012-11-21 05:41:02 +00:00

11 lines
325 B
XML

<query id="getMemberInfoByEmailAddress" action="select">
<tables>
<table name="member" />
</tables>
<columns>
<column name="*" />
</columns>
<conditions>
<condition operation="equal" column="lower(email_address)" var="email_address" notnull="notnull" />
</conditions>
</query>