Обсуждение: multi-type array

Поиск
Список
Период
Сортировка

multi-type array

От
Brett McCormick
Дата:
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?