You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow IF NOT EXISTS after table name for Snowflake
Although not documented under
https://docs.snowflake.com/en/sql-reference/sql/create-table, it is
valid to put the `IF NOT EXIST` _after_ the table name when creating a
table for Snowflake.
This adds support to check for `IF NOT EXIST` again after parsing the
table name if it wasn't found before the name.
0 commit comments