function on trigger

Поиск
Список
Период
Сортировка
От Marcos Hercules Santos
Тема function on trigger
Дата
Msg-id b3ba2b32-278f-4216-9de3-39ab2162fc23@y21g2000yqy.googlegroups.com
обсуждение исходный текст
Ответы Re: function on trigger
Re: function on trigger
Re: function on trigger
Список pgsql-general
hi guys

I'm newbie in Psql and I'm trying to build one function  in order to
count the products for each supplier. So i'm gonna put it quite simply
though this example


Please, consider a table called books with the following fields

bookid, title, price, idPublisher



and one another table called publisher

Idpublisher, name, city, Books


Being in that last field from Publisher, called book, I gotta have the
amount of published books for each publisher.

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

Предыдущее
От: "David Johnston"
Дата:
Сообщение: Re: ARRAY_AGG(DISTINCT a ORDER BY b) Error
Следующее
От: David Johnston
Дата:
Сообщение: Re: function on trigger