NOT LIKE

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?