Re: Simple question for SQL Student - Mailing list pgsql-general

From snpe
Subject Re: Simple question for SQL Student
Date
Msg-id 01052317335806.01172@spnew
Whole thread Raw
In response to Simple question for SQL Student  ("Johnny_5555" <dsiebert@u.washington.edu>)
List pgsql-general
On Monday 21 May 2001 01:27, Johnny_5555 wrote:
> I want to use an aggregate function in the WHERE clause and SQL Server 7
> won't let me?  Specifically, I need to find a customer ID where the budget
> is equal to MAX(budget).  Is my logic wrong?  How can I display the the
> customer ID with the biggest budget?  Any help is really appreciated.  TIA
>
>
>
select customerId,max(budget)
from <table_name>
group by customerId
having mx(budget)=xxx

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Estimating costs (was Functional Indices)
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Estimating costs (was Functional Indices)