array ...

From: Loïc TREGOUËT <loic(at)ext(dot)cri74(dot)org>
To: pgsql-admin(at)postgresql(dot)org
Subject: array ...
Date: 2000-04-19 12:14:29
Message-ID: 38FDA325.264136B4@ext.cri74.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hie,

Is there any possibility to know the number of record in an array
into a table .

Example :

create table test (
id int4,
array int4[]
);

How can i know , how many record i have in array ? (PHP , SQL ....)

Thanks

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Laqtib Slam 2000-04-19 18:17:08 ERROR: cannot write block
Previous Message Rainer Mager 2000-04-19 11:41:58 RE: