Query help

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Query help
Дата
Msg-id CAKFQuwb2c7PLh=TvEDsArJeTWkkHCOR7jCYG_7BQdmCy5LjsQw@mail.gmail.com
обсуждение исходный текст
Ответ на Query help  (Chuck Martin <clmartin@theombudsman.com>)
Ответы Re: Query help  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
On Tuesday, January 1, 2019, Chuck Martin <clmartin@theombudsman.com> wrote:
results wanted-all transactions where account total >= 50

id.         amount.      accountid.    name
1.          50.              1                   bill
3.          75.              1                   bill
4           25.              1                   bill
5           50               3                   sarah

This result does not require group by, just the where clause you’ve noted above.

David J.
 

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

Предыдущее
От: John W Higgins
Дата:
Сообщение: Re: Query help
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Query help