Re: ERROR: aggregate function calls cannot be nested

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jonathan Blitz <jblitz(at)013(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: aggregate function calls cannot be nested
Date: 2009-11-23 00:33:32
Message-ID: 17981.1258936412@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jonathan Blitz <jblitz(at)013(dot)net> writes:
> What exactly does this message mean?

It means you can't write something like avg(sum(x)).

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Daniel 2009-11-23 01:00:31 Re: How to link with postgresql in gcc?
Previous Message silly8888 2009-11-23 00:22:21 Re: Updating column on row update