mysql - Select rows from database by strlen -


is there way select database table rows given value length, example, less 5 chars long?

in php strlen.

is there similar in mysql?

select * table_name char_length(column_name) < 5 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -