Lars Berg wrote:where char_length(<columnName)>) = 5
Thank you.
I tried that but I get the following error:
#1305 - FUNCTION testTable.char_length does not exist
Here is the query
SELECT word
FROM spell_words
WHERE char_length(word) = 5
if it makes any difference, I am running MySQL 5.0.15 on PHP 5