Painting Blue Code
Simple, self-explanatory code snippets.
2018-08-30
MySQL - How to use a case sensitive regular expression in a where clause
select *
from table_name
where field_name REGEXP '[A-Z]{3,}'
COLLATE utf8_bin
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment