MySQL Forums
Forum List  »  Newbie

Re: Case Sensitive Search
Posted by: Felix Geerinckx
Date: August 10, 2005 05:59AM

Baradharajan A wrote:
> Hi Friends, I want to do case sensitive select query like this
> select * from usertbl where name = "abr"

SELECT * FROM usertbl WHERE BINARY name = "abr"

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
August 10, 2005 05:50AM
Re: Case Sensitive Search
August 10, 2005 05:59AM
August 10, 2005 06:03AM
August 10, 2005 06:05AM
August 10, 2005 07:46AM
August 10, 2005 11:25PM
August 11, 2005 07:03AM


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.