rhymix/modules/member/queries/getMemberInfoByEmailAddress.xml
devjin af4c27f832 add identifier choice
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9110 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-08 06:06:17 +00:00

11 lines
318 B
XML

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