Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upTable collisions on join #1289
Comments
weiznich
added
hole in api
needs milestone
labels
Nov 7, 2017
This comment has been minimized.
|
We do not currently support allowing the same table to appear multiple times in a single query. This is a duplicate of the table aliasing feature |
sgrif
closed this
Nov 8, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
csharad commentedNov 2, 2017
Setup
Versions
Feature Flags
Problem Description
When the same table is joined twice, they collide(as expected).
What are you trying to accomplish?
I am trying to join both of them aliased.
What is the expected output?
The code (may be) with additional modification to execute successfully.
What is the actual output?
Checklist