Arrays

From: zris(at)somewhere(dot)com (zris)
To: pgsql-questions(at)postgresql(dot)org
Subject: Arrays
Date: 1999-11-02 01:25:36
Message-ID: 381e3c1a.435675257@news.earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Charles Tassell 1999-11-02 03:33:04 Re: [GENERAL] users in Postgresql
Previous Message moribund 1999-11-02 01:04:40 Re: CASE WHEN examples