DML STATEMENTS

Description

DML statement extensions differ from normal DML statements because they can use PL/SQL elements like collections and records. So far some of these elements are not supported by snowflake scripting. If one statement is not supported, an EWI will be added during the translation. Other DML statements will be translated as if they were not inside a procedure.

The following are considered DML statements:

There is a section describing how to simulate RECORDS and COLLECTIONS behavior for SELECT and INSERT statements:

pageCOLLECTIONS AND RECORDS

Last updated