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

Support VALUES as an unterminated keyword #263

Closed
tconbeer opened this issue Sep 19, 2022 · 0 comments · Fixed by #267
Closed

Support VALUES as an unterminated keyword #263

tconbeer opened this issue Sep 19, 2022 · 0 comments · Fixed by #267
Labels
enhancement New feature or request
Milestone

Comments

@tconbeer
Copy link
Owner

select * from (values (1, 2, 3), (4, 5, 6))

This works okay today, but really VALUES is a reserved keyword that we should explicitly support.

@tconbeer tconbeer added this to the v0.12.0 milestone Sep 19, 2022
@tconbeer tconbeer added the enhancement New feature or request label Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant