Work around to simulate the use of Records
Last updated
Last updated
This page is deprecated but was left for compatibility purposes. If you want to see the updated section, please refer to
This section describes how to simulate the behavior of Oracle records in SELECT and INSERT Statements, using RESULTSET and CURSORS of Snowflake Scripting.
RESULTSET is very limited in its use. If table(result_scan(last_query_id()))
statement, should be used just after the RESULTSET's query is executed. For further information check this .
: Data type converted to another data type.
: Create Type Not Supported.