Skip to content

feature: error on table reopen with same alias #2371

@croconut

Description

@croconut

i would expect:

select * from table1
inner join table2
left join table1 on table1.id = table2.table1_id

to throw since the table opening is incorrect -> you can't open multiple tables to the same aliased name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions