Links

MSCEWI4009

The default value is not supported by Snowflake.
This EWI was removed and replaced by MSCEWI1089

Severity

Low

Description

This message is added when there was a default value in a parameter of a procedure. Since it is being removed in the translation, a warning is added.

Code Example

CREATE OR REPLACE PROCEDURE ProcTest (PARAM STRING, /*** MSC-WARNING - MSCEWI4009 - The default value 'Param2 Default' is not supported by Snowflake. ***/ PARAM2 STRING, PARAM3 STRING, /*** MSC-WARNING - MSCEWI4009 - The default value 'Param4 Default' is not supported by Snowflake. ***/ PARAM4 STRING)
RETURNS STRING
LANGUAGE JAVASCRIPT
EXECUTE AS CALLER
AS

Recommendations

  • No additional user actions are required.
  • For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.