NOT LIKE
Negated pattern matching. This operator tests whether a string does NOT match a specified SQL pattern.
Syntax
expr NOT LIKE pat [ESCAPE 'escape_char']Description
This is the same as NOT (expr LIKE pat [ESCAPE 'escape_char']).
This page is licensed: GPLv2, originally from fill_help_tables.sql
Last updated
Was this helpful?

