Negated pattern matching. This operator tests whether a string does NOT match a specified SQL pattern.
expr NOT LIKE pat [ESCAPE 'escape_char']This is the same as NOT (expr LIKE pat [ESCAPE 'escape_char']).
This page is licensed: GPLv2, originally from