Re: Dynamic insert into ARRAY? plpgsql

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



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


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

Предыдущее
От: David Johnston
Дата:
Сообщение: Re: Dynamic insert into ARRAY? plpgsql
Следующее
От: David Johnston
Дата:
Сообщение: Re: Dynamic insert into ARRAY? plpgsql