Thanks to visit codestin.com
Credit goes to github.com

Skip to content

LIKE and SIMILAR TO do not support ESCAPE #81

@elliotchance

Description

@elliotchance

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> ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions