Skip to content
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

Does it support nested queries/sub-quries #69

Open
antrikshmisri opened this issue Feb 10, 2022 · 1 comment
Open

Does it support nested queries/sub-quries #69

antrikshmisri opened this issue Feb 10, 2022 · 1 comment

Comments

@antrikshmisri
Copy link

I want to validate some SQL queries that are nested and have sub-queries at multiple depths. The sqlparser.Parse says the following query is invalid:-

SELECT ( SELECT ( SELECT ( SELECT * FROM table) FROM table_2 ) FROM table_1 WHERE column = ( SELECT * FROM table_3 ) ) FROM table

Am I doing something wrong or does the library not support sub-packages?

@manonmichel
Copy link

+1, I'm having the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants