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 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
Post a Comment