
NOT LIKE
Database: MySQL
Topic
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
Topic
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