Skip to content

Support BigQuery-style * EXCEPT/REPLACE column modifiers #20

@renecannao

Description

@renecannao

From corpus testing against SQLGlot's 1,278 queries (14 PARTIAL results):

  • SELECT * EXCEPT (a, b) — exclude columns from wildcard
  • SELECT * REPLACE (expr AS col) — replace column in wildcard expansion
  • SELECT t.* EXCEPT (col) — scoped wildcard exclusion

This is BigQuery/Spanner syntax, not standard MySQL/PostgreSQL. Low priority unless BigQuery compatibility is needed.

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