Re: aggregate functions

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема Re: aggregate functions
Дата
Msg-id Pine.BSO.4.10.10006190857410.6207-100000@spider.pilosoft.com
обсуждение исходный текст
Ответ на Re: aggregate functions  (Holger Klawitter <holger@klawitter.de>)
Список pgsql-general
On Mon, 19 Jun 2000, Holger Klawitter wrote:

> Perhaps someone want to put that into the documentation.
> By the way, there is still one problem:
>
>     select join(col) group by ...
> does not work, one has to type
>     select "join"(col) group by ...
>
> I assume this is bug ...
JOIN is a reserved word in 7.0, to implement ANSI SQL JOINs

-alex


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

Предыдущее
От: "Bryan White"
Дата:
Сообщение: Re: Read an already existing DB: functions & triggers.
Следующее
От: "Chris Dorr"
Дата:
Сообщение: pg_sorttemp*