The following examples are based on the following ARRAY definition:
/*Oracle-compatible and Teradata syntax respectively: */ CREATE TYPE phonenumbers_ary AS VARRAY(5) OF CHAR(10); CREATE TYPE phonenumbers_ary AS CHAR(10) ARRAY[5];
The following examples are based on the following ARRAY definition:
/*Oracle-compatible and Teradata syntax respectively: */ CREATE TYPE phonenumbers_ary AS VARRAY(5) OF CHAR(10); CREATE TYPE phonenumbers_ary AS CHAR(10) ARRAY[5];