For the complete documentation index, see llms.txt. This page is also available as Markdown.

NOT LIKE

Negated pattern matching. This operator tests whether a string does NOT match a specified SQL pattern.

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

spinner

Last updated

Was this helpful?