MySQL Not Like OperatorNot 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. SyntaxExample 1:Database: ![]() Insert: ![]() Table: ![]() Query: ![]()
Next TopicMySQL Not regexp Operator
|