Skip to main content
Preview Snowflake query syntax in Snowflake compatibility mode.

Supported clauses

Set operations

Limitations

  • Fully qualified database.schema.table names are not supported and fail with Database 'mydb' does not exist. Two-part schema.table names work. Most tool-generated Snowflake SQL is fully qualified, so this is usually the first thing a migrated workload hits.
  • Identifiers are returned in lower case. Snowflake folds unquoted identifiers to upper case, so a column selected as n comes back as N there and n here. A client that looks up result columns by name needs to be case-insensitive.
  • $$-quoted string literals are not supported.