Skip to content

Cannot parse the LEFT JOIN expression #40

@git-hulk

Description

@git-hulk

It seems that the join syntax is not supported, here is a simple test

with t1 as ( select 1 as value ), t2 as ( select 2 as value ) select * from t1 left join t2 on true
line 0:84 <EOF> or ';' was expected, but got: "join"
with t1 as ( select 1 as value ), t2 as ( select 2 as value ) select * from t1 left join t2 on true

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