top of page
MySQL:
NOT LIKE
Syntax:
expr NOT LIKE pat [ESCAPE 'escape_char']
This is the same as NOT (expr LIKE pat [ESCAPE 'escape_char']).
URL: https://dev.mysql.com/doc/refman/8.0/en/string-comparison-functions.html
Example
bottom of page
Syntax:
expr NOT LIKE pat [ESCAPE 'escape_char']
This is the same as NOT (expr LIKE pat [ESCAPE 'escape_char']).
URL: https://dev.mysql.com/doc/refman/8.0/en/string-comparison-functions.html