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

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -