Arrays: determining size

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Arrays: determining size
Дата
Msg-id 20021202175842.856F7103C7@polaris.pinpointresearch.com
обсуждение исходный текст
Ответы Re: Arrays: determining size
Список pgsql-general
Given a variable length array data type in a table:
create table foo (bar text[]);

and some data:
insert into foo values ('{"a","b","c"'});
insert into foo values ('{"1","2","3","4"}');

Is there a simple way to determe the size of each array?

Cheers,
Steve

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