-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing nested joins without parenthesis #1878
Comments
i believe this is a duplicate. @georgesittas if this is too difficult to do, let's close it as not planned. i believe i did that the last time this was filed |
i can't find the old issue, but i'm going to close this again as not planned. |
What does "not planned" mean? |
@tobymao in order to handle this, I think we'd need to make |
it means we’re not committing to doing this. we may if it’s easy |
i have a fix for this coming soon |
By applying the nested join you are able to LEFT JOIN a combined set where an INNER JOIN is applied. However the last ON syntax isnt parsed properly:
Resulting in an error:
The text was updated successfully, but these errors were encountered: