The syntax for the LIKE predicate in BNF is as follows:

Syntax

like_predicate ::=
 column_name[ NOT ] LIKE string_constant[ ESCAPE escape_character]

For more information, see LIKE Predicate.