Forum Moderators: coopster
"SELECT id, subject, context FROM content where BLAH BLAH"
I don't know what to put following 'where.' Is there a function which I can find out about the length of a TEXT variable? If so, could I embed it into a mysql query like the one above?
Thanks!
Take a look at the LENGTH() function on the MySQL doc, string functions [mysql.com].
Hope you find it useful.
San Garrafa