alexandros_e wrote
> You must a) join the 2 tables on the orderID ... where orderID=15 and then
> GROUP BY the result by the order ID and concat the orderlines by a custom
> aggregate function like:
> http://www.postgresql.org/message-id/db7789b.0309131210.625da...@posting.google.com

Maybe back in 2003 when that message was written...

The OP did join the tables but tried to create an array literal instead of
using a now standard array creation function.  And you do not need to
specify a specific, single, order if you formulate the group by correctly.

You should avoid blindly repeating information, especially if it is more
than a few years old.

David J.





--
View this message in context: 
http://postgresql.1045698.n5.nabble.com/Dynamic-insert-into-ARRAY-plpgsql-tp5791090p5791094.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to