Delete unnecessary query for Cubrid

This commit is contained in:
Kijin Sung 2019-07-28 00:00:33 +09:00
parent 606e53122e
commit 8bcc368f3a
2 changed files with 2 additions and 23 deletions

View file

@ -1,11 +0,0 @@
<query id="getMemberInfoByEmailAddress" action="select">
<tables>
<table name="member" />
</tables>
<columns>
<column name="*" />
</columns>
<conditions>
<condition operation="equal" column="lcase(email_address)" var="email_address" notnull="notnull" />
</conditions>
</query>