| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: GROUP BY question
the tao is humble
unless it proves incorrect
then it is silent
>:-)
Todd Gillespie <toddg_at_linux127.ma.utexas.edu> wrote in message
news:9blk79$lo1$1_at_geraldo.cc.utexas.edu...
> Carlos Bromanski <cbroman_at_shpamcore.com> wrote:
> : SELECT Whse, CustPN, Price
> : FROM ThatTable AS A
> : WHERE Price = (
> : SELECT max(Price), CustPN
> : FROM ThatTable AS B
> : WHERE B.CustPN = A.CustPN
> : GROUP BY CustPN)
>
> Your kung-fu is the best.
>
Received on Thu Apr 19 2001 - 00:37:10 CDT
![]() |
![]() |