Try OpenEdge Now
skip to main content
SQL Reference
SQL Reference : OpenEdge SQL Elements and Statements in Backus Naur Form : Data types syntax in BNF : Search conditions syntax in BNF : Search condition : Like predicate
 
Like predicate
like_predicate ::=
column_name[ NOT ] LIKE string_constant[ ESCAPE escape_character]