top of page
234
MySQL 8.0
NOT REGEXP
Syntax:
expr NOT REGEXP pat, expr NOT RLIKE pat
This is the same as NOT (expr REGEXP pat).
URL: https://dev.mysql.com/doc/refman/8.0/en/regexp.html
bottom of page
MySQL 8.0
Syntax:
expr NOT REGEXP pat, expr NOT RLIKE pat
This is the same as NOT (expr REGEXP pat).
URL: https://dev.mysql.com/doc/refman/8.0/en/regexp.html