PREPARE

Translation reference to convert Teradata PREPARE statement to Snowflake Scripting

Description

Teradata's PREPARE statement is commented out during the translation.

Known Issues

Currently thePREPARE statement is not supported in Snowflake Scripting.

Teradata

PREPARE stmt1 FROM sql_stmt1;

Snowflake Scripting

/*** MSC-ERROR - MSCEWI1058 - SNOWSCRIPT FUNCTIONALITY FOR 'PREPARE STATEMENT' IS NOT SUPPORTED ***/
/*   PREPARE stmt1 FROM sql_stmt1;*/
  1. MSCEWI1058: Functionality is not currently supported by Snowflake Scripting

Last updated