Skip to content

Support EXCLUDE and RENAME in Snowflake #716

Closed
@CorentinLimier

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

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