Array Type Definition
This is a translation reference to convert the Array Variant of the Oracle Create Type Statements (UDT's) to Snowflake
Description
CREATE TYPE <type name>
AS { VARRAY | [VARYING] ARRAY } ( <size limit> ) OF <data type>Sample Source Patterns
Inserts for the array usage
Oracle
Snowflake
Array Type usage
Oracle
Snowflake
Known Issues
1. Create Type creation options are not supported
2. Migrated code output is not functional
Related EWIs
Last updated
