Skip to main content
Preview Snowflake operators in Snowflake compatibility mode.

Supported operators

Limitations

Integer division differs from Snowflake and is the difference most likely to affect a real workload, because division is common and the result is plausible rather than obviously wrong:
Returns 0, where Snowflake returns 0.500000. Snowflake has no integer division: / always produces a NUMBER. Any migrated query that divides two integers silently returns different numbers, and there is no diagnostic. Cast one operand to make the intent explicit: