MySQL Forums
Forum List  »  Newbie

Lower case queries
Posted by: John Mun
Date: May 01, 2005 04:31AM

On a Linux box running MySql and using PHP to query I have:

SELECT DISTINCT City, EventName, State, Venue FROM catalog where category = 2 AND type LIKE '%widgets%' order by City"

In the database let's assume widgets is capitalized in some instances, not capitalized in others, with no way of knowing which letters are caps. Also assume "widgets" could be any number of terms - i.e. brackets, binders, books, etc. and I have no idea what they will be nor can I edit the database as it will impact functionality in other areas.

How can I get the query to return all records containing "widgets" regardless of which letters are capitalized? I tried using LOWER(category) with no success.

Any help is appreciated.

Options: ReplyQuote


Subject
Written By
Posted
Lower case queries
May 01, 2005 04:31AM
May 01, 2005 12:29PM
May 01, 2005 12:41PM
May 01, 2005 03:07PM
May 01, 2005 04:19PM


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.