The following examples are based on the following n-D ARRAY definition:
/*Oracle-compatible and Teradata syntax respectively: */ CREATE TYPE myArray AS VARRAY(1:20)(1:20) OF CHAR(10); CREATE TYPE myArray AS integer ARRAY[1:20][1:20];
The following examples are based on the following n-D ARRAY definition:
/*Oracle-compatible and Teradata syntax respectively: */ CREATE TYPE myArray AS VARRAY(1:20)(1:20) OF CHAR(10); CREATE TYPE myArray AS integer ARRAY[1:20][1:20];