Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels