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:
Output Code:
SELECT INTO with expressions at the right
Input Code:
Output Code:
Since Snowflake doesn't support this grammar for SELECT INTO, the expressions are moved to the left of the INTO.
Known Issues
There are no known issues.
Related EWIs.
There are no related EWIs.
Last updated