Closed GoogleCodeExporter closed 9 years ago
This is question for the mailing list. Please direct it there.
Original comment by noelgrandin
on 18 Aug 2014 at 6:33
*Adding the solution here, for referrence*
You can use ARRAY_GET(x,1) to retrieve individual values from an ARRAY. There
is currently no way to retrieve multiple
values.
You will need to do something like
SELECT ARRAY_GET(x,1) || ',' || ARRAY_GET(x,2)
Original comment by vj...@io-works.com
on 19 Aug 2014 at 4:36
Original issue reported on code.google.com by
vj...@io-works.com
on 17 Aug 2014 at 10:13