newby question

From: Uwe Sander <usander(at)sykosch(dot)de>
To: "'pgsql-sql(at)postgresql(dot)org '" <pgsql-sql(at)postgresql(dot)org>
Subject: newby question
Date: 2001-01-17 09:03:30
Message-ID: 01011710033001.00694@linux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,

does anybody know how to iterate over an array column in a plsql function?
We want to do something like

begin
for i in 0.. <upper_bound_of_array> loop
....
end loop

Thx

Uwe

Browse pgsql-sql by date

  From Date Subject
Next Message Kovacs Zoltan Sandor 2001-01-17 11:07:24 speed of recursive queries, 7.1
Previous Message Diehl, Jeffrey 2001-01-17 07:41:26 RE: [SQL] Query from multiple tables...