MSCEWI3069

The sequence CURRVAL property is not supported in Snowflake.

triangle-exclamation

Severity

Medium

Description

The sequence CURRVAL property is not supported in Snowflake.

Example Code

Input Code:

select seq1.currval from dual;

Output Code:

select
/*** MSC-ERROR - MSCEWI3069 - THE SEQUENCE CURRVAL PROPERTY IS NOT SUPPORTED IN SNOWFLAKE. ***/
PUBLIC.CURRVAL_UDF('seq1.currval')
from dual;

Recommendations

Last updated