Local Variables and Parameters
Description
Redshift also allow to SELECT INTO variables when the statement is executed inside stored procedures.
This pattern is fully supported in Snowflake.
Grammar Syntax
Sample Source Patterns
SELECT INTO with expressions at the left
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
SELECT INTO with expressions at the right
Input Code:
IN -> Redshift_02.sql
Output Code:
Since Snowflake doesn't support this grammar for SELECT INTO, the expressions are moved to the left of the INTO.
OUT -> Redshift_02.sql
Known Issues
There are no known issues.
Related EWIs.
There are no related EWIs.
Last updated