MySQL Not Like Operator

Not like is an operator of MySQL. It is used for pattern matching. It compares the column by the given value and returns the list of items which are not like the pattern.

Syntax

snippet
select name from table_name where column_name not like 'pattern';

Example 1:

Database:

MySQL Not Like Operator

Insert:

MySQL Not Like Operator

Table:

MySQL Not Like Operator

Query:

MySQL Not Like Operator
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +