Skip to content

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

Closed
@universalmind303

Description

@universalmind303

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions