Skip to content

Parser rejects column aliases that Snowflake accepts #1607

Description

@yoavcloud

For example:
SELECT cluster FROM tbl --> accepted by both Snowflake and the parser
SELECT col cluster FROM tbl --> accepted by Snowflake but not by the parser
SELECT col col_alias FROM tbl --> accepted by both Snowflake and the parser
SELECT col AS cluster FROM tbl --> accepted by both Snowflake and the parser (this one really bakes my noodle...)

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