Skip to content

Support JOIN table alias #57

@houqp

Description

@houqp

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Support self join queries with table alias:

SELECT * FROM t1 JOIN t1 as t2 ON t1.id = t2.id

Describe the solution you'd like

Datafusion should execute this query without error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions