Arrays

Поиск
Список
Период
Сортировка
От zris@somewhere.com (zris)
Тема Arrays
Дата
Msg-id 381e3c1a.435675257@news.earthlink.net
обсуждение исходный текст
Список pgsql-general
How do I get a count of the array for a given column?

ex:

    Create table test (
        name text,
        in        integer,
        props text[][] );

    insert into test values ('Chris',1,'{{"Add","1
Stree"},{"SSN","123-123-1231"},{"Hello","Hello"}');

Is there a way of finding the count of the number of props, the array
that is?
Also is there a collection class?
thanks
Chris



В списке pgsql-general по дате отправления:

Предыдущее
От: "moribund"
Дата:
Сообщение: Re: CASE WHEN examples
Следующее
От: Charles Tassell
Дата:
Сообщение: Re: [GENERAL] users in Postgresql