Skip to content

oracle join (+) vs. ( + ) #117

@karsany

Description

@karsany

I see, there is support for (+) syntax, but if in the statement "( + )" is instead of "(+)" then the parser throws ParseException. In other words:

The parser is good for this query:

    Select * From dual d1, dual d2 where d1.dummy = d2.dummy(+);

But the parser throws ParseException for this query:

    Select * From dual d1, dual d2 where d1.dummy = d2.dummy( + );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions