NOT REGEXP
Negated regular expression matching. This operator tests whether a string does NOT match a specified regular expression pattern.
Syntax
expr NOT REGEXP pat, expr NOT RLIKE patDescription
This is the same as NOT (expr REGEXP pat).
This page is licensed: GPLv2, originally from fill_help_tables.sql
Last updated
Was this helpful?

