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

duckdb style FROM <tbl> [SELECT] ... syntax #1143

Open
universalmind303 opened this issue Feb 21, 2024 · 0 comments · May be fixed by #1144
Open

duckdb style FROM <tbl> [SELECT] ... syntax #1143

universalmind303 opened this issue Feb 21, 2024 · 0 comments · May be fixed by #1144

Comments

@universalmind303
Copy link
Contributor

it'd be nice to be able to parse sql queries where the FROM is before the select.

some examples:

  • FROM t1
  • FROM t1 where a = 1
  • FROM t1 SELECT a WHERE a = 1
  • FROM T1 SELECT *

Additional resources:

https://duckdb.org/2023/08/23/even-friendlier-sql.html#from-first-in-select-statements

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

Successfully merging a pull request may close this issue.

1 participant