SET
Translation reference to convert SQL Server SET statement to Snowflake
Description
Sets the specified local variable, previously created by using the DECLARE @local_variable statement, to the specified value. For more information for SQL Server SET, check here.
There are four SET cases that are the following:
Sample Source Patterns
SQL Server
IN -> SqlServer_01.sql
Snowflake Scripting
OUT -> SqlServer_01.sql