SSC-FDM-TS0011
Default value not allowed in Snowflake.
Description
This error is added to the code when expressions like function calls, variable names, or named constants follow the default option.
Snowflake only supports explicit constants like numbers or strings.
Code Example
Input Code:
ALTER TABLE
T_ALTERTABLETEST
ADD
COLUMN COL10 INTEGER DEFAULT RANDOM(10);Output Code:
Recommendations
If you need more support, you can email us at [email protected]
Last updated
