Skip to content

Support EXCLUDE and RENAME in Snowflake #716

Description

@CorentinLimier

Hello,

Snowflake added two SQL keywords : EXCLUDE and RENAME

ex of query :

SELECT 
    *
    EXCLUDE (col_a)
    RENAME col_b as b
FROM data

Link to documentation : https://docs.snowflake.com/en/sql-reference/sql/select.html

Thank you

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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