MySql ToLower function?

wxdqz

New Member
Is there a function in Mysql to conver everything to lower case?

Ie. i have a database of words and i want to remove the word "hello" but the word "Hello" is in the data base?

would

DELETE FROM words WHERE theword LIKE "hello"

remove the word "Hello"?

Any Ideas?

Thanx
 
Back
Top