Re: aggregate functions

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: Holger Klawitter <holger(at)klawitter(dot)de>
Cc: "pgsql-general(at)postgreSQL(dot)org" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: aggregate functions
Date: 2000-06-19 12:58:26
Message-ID: Pine.BSO.4.10.10006190857410.6207-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chris Dorr 2000-06-19 13:59:46 pg_sorttemp*
Previous Message Bryan White 2000-06-19 12:56:46 Re: Read an already existing DB: functions & triggers.