SSC-EWI-OR0071
Set Quantifier Not Supported
Severity
Low
Description
Quantifier 'all' is not supported in Snowflake. The modifier is removed from the source code, and a warning is added; the resulting code may behave unexpectedly.
Example Code
Input Code:
IN -> Oracle_01.sql
Output Code:
OUT -> Oracle_01.sql
In Snowflake, the INTERSECT and MINUS/EXCEPT operators will always remove duplicate values.
Recommendations
Check alternatives in Snowflake to emulate the functionality of the "all" quantifier. Below is a workaround for
MINUS ALL
andEXCEPT ALL
.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated