Nested Table Array Type Definition
This is a translation reference to convert the Oracle Nested Table Array Declaration to Snowflake
Description
type_definition := TYPE IS TABLE OF datatype;Sample Source Patterns
Nested Table Array definitions
Oracle
Snowflake
Nested Table iteration
Oracle
Snowflake
Known Issues
1. They are currently not being converted
2. Indexing needs to be modified
Related EWIs
Last updated
