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 fill_help_tables.sqlarrow-up-right
Last updated 9 months ago
Was this helpful?