How to do case insensitive WHERE statement

Soldato
Joined
4 Jul 2004
Posts
2,647
Location
aberdeen
Hello,
I need to do something like
SELECT * from table WHERE field = "whatever"
but it must also pick up all results that have field = WHATEVER, WhAtEvEr etc

How can i do case insensitive where search?
thanks
 
Back
Top Bottom