Thread: multi-type array

multi-type array

From
Brett McCormick
Date:
I'm thinking of making a multi-type array but I have a sinking feeling
that it cannot be indexed in the standard way, i.e.

select table.field[i] from table;

am I correct?  is there any way around this?