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

c# - IMAP GMAIL getting folder list problem -

PHP proxy to get XML: problem with URL arguments -