Supported clauses
Set operations
Limitations
- Fully qualified
database.schema.tablenames are not supported and fail withDatabase 'mydb' does not exist. Two-partschema.tablenames 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
ncomes back asNthere andnhere. A client that looks up result columns by name needs to be case-insensitive. $$-quoted string literals are not supported.