ERROR: aggregate function calls cannot be nested

From: Jonathan Blitz <jblitz(at)013(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: ERROR: aggregate function calls cannot be nested
Date: 2009-11-23 00:14:04
Message-ID: EC17050DB4D1428983F92C872D616D6F@jblaptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I am getting the message 'ERROR: aggregate function calls cannot be nested"
when using a select from an inner select.

The outer select had a group by clause but the inner one is a straight join
between a few tables.

What exactly does this message mean?

Jonathan Blitz

Responses

Browse pgsql-general by date

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