mameha1977
10-18-2006, 11:47 PM
I want to do a SQL query using something similar to PHP's strlen.
For example,
"SELECT * FROM table WHERE (strlen(dist_country) > 2)";
Does MySQL have something like this built in?
For example,
"SELECT * FROM table WHERE (strlen(dist_country) > 2)";
Does MySQL have something like this built in?