mameha1977
10-19-2006, 12:47 AM
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?