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

[Bug] multi-level linked UNION statements are not supported #93

Closed
hungtcs opened this issue Aug 26, 2024 · 0 comments · Fixed by #96
Closed

[Bug] multi-level linked UNION statements are not supported #93

hungtcs opened this issue Aug 26, 2024 · 0 comments · Fixed by #96
Labels

Comments

@hungtcs
Copy link

hungtcs commented Aug 26, 2024

Multi-level linked UNION statements are not supported.

# sql
select 1 as v union all select 2 as v union all select 3 as v

# outputs
line 0:38 <EOF> or ';' was expected, but got: "union"
        select 1 as v union all select 2 as v union all select 3 as v
                                              ^^^^^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants