SELECT INTO Statement
Translation reference to convert Oracle SELECT INTO statement to Snowflake Scripting
Last updated
Translation reference to convert Oracle SELECT INTO statement to Snowflake Scripting
Last updated
The
SELECT
INTO
statement retrieves values from one or more database tables (as the SQLSELECT
statement does) and stores them in variables (which the SQLSELECT
statement does not do). ()
No related EWIs.
Snowflake Scripting does not support the BULK COLLECT INTO clause. However, it is possible to use ARRAY_AGG to construct a new variable. For more information please see the .
Snowflake Scripting does not support the use of collections nor records. It is possible to migrate them using Semi-structured data types as explained in .