Interval Literal
Interval Literal Not Supported In Current Scenario
Last updated
Interval Literal Not Supported In Current Scenario
Last updated
Snowflake Intervals can only be used in arithmetic operations. Intervals used in any other scenario are not supported.
SELECT INTERVAL '1-5' YEAR TO MONTH FROM DUAL;
SELECT
!!!RESOLVE EWI!!! /*** SSC-EWI-0107 - INTERVAL LITERAL IS NOT SUPPORTED BY SNOWFLAKE IN THIS SCENARIO ***/!!!
INTERVAL '1-5' YEAR TO MONTH FROM DUAL;
No end-user action is required.
If you need more support, you can email us at [email protected]
SSC-EWI-0107: INTERVAL LITERAL IS NOT SUPPORTED BY SNOWFLAKE IN THIS SCENARIO