vsql icon indicating copy to clipboard operation
vsql copied to clipboard

LIKE and SIMILAR TO do not support ESCAPE

Open elliotchance opened this issue 4 years ago • 0 comments

An optional escape character can be specified:

<character like predicate part 2> ::=
    [ NOT ] LIKE <character pattern> [ ESCAPE <escape character> ]

<similar predicate part 2> ::=
    [ NOT ] SIMILAR TO <similar pattern> [ ESCAPE <escape character> ]

elliotchance avatar Nov 27 '21 19:11 elliotchance