Re: Dynamic insert into ARRAY? plpgsql

Поиск
Список
Период
Сортировка
От David Johnston
Тема Re: Dynamic insert into ARRAY? plpgsql
Дата
Msg-id 1391893065704-5791094.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Dynamic insert into ARRAY? plpgsql  (alexandros_e <alexandros.ef@gmail.com>)
Список pgsql-general
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.625da358@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.


В списке pgsql-general по дате отправления:

Предыдущее
От: alexandros_e
Дата:
Сообщение: Re: Dynamic insert into ARRAY? plpgsql
Следующее
От: David Johnston
Дата:
Сообщение: Re: PL/pgSQL Copy data from one table to another