ASSIGNMENT STATEMENT
Description
The assignment statement sets the value of a data item to a valid value. (Oracle PL/SQL Language Reference ASSIGNMENT Statement)
Some parts in the output code are omitted for clarity reasons.
LET
keyword is not needed for assignment statements when the variable has been declared before. Check Snowflake Assignment documentation for more information.
Sample Source Patterns
1. Scalar Variables
Oracle
IN -> Oracle_01.sql
Snowflake Scripting
OUT -> Oracle_01.sql