MySQL Forums
Forum List  »  Newbie

Re: mysql search without case sensitivity
Posted by: MuraliDharan V
Date: April 14, 2008 05:07AM

Yes,

U need to change the Collation of your table Else need to change your query as

mysql> SELECT * FROM myDb.myTable WHERE LOWER(username) = LOWER('test980'); 
1 row in set (0.00 sec)

Thanks,
Murali.V

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql search without case sensitivity
April 14, 2008 05:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.