-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.idDescribe the solution you'd like
Datafusion should execute this query without error.
jorgecarleitao
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request