Maria,
You mean your array has a variable size, which you need to know in order to properly construct a query?
Can this be what you need...?
Best,
Oliveiros
----- Original Message -----
Sent: Monday, July 28, 2008 5:09 PM
Subject: [SQL] Accessing array datatype
Hi All,
I have an array column in a table.
How can I fetch the elements separately( ie, select arr[1],arr[2]...arr[n]) as a column,
when I don't know how many elements are there in the array?
Thanks for your help.
Maria