Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help needed: Oracle ans SQL

Re: Help needed: Oracle ans SQL

From: Mirko Cegledi <mcegledi_at_itprotect.de>
Date: Tue, 16 Oct 2001 15:19:34 +0200
Message-ID: <3BCC33E6.C5C149AB@itprotect.de>


Alexei VORONOV wrote:
>
> select A.KEY, A.VALUE, A.LEV from <Your Table> A, (select KEY, max(LEV) F
> from <Your table> group by KEY) B
> where A.KEY=B.KEY and A.LEV=B.F;
>

 Thx a lot! Really funny: I posted my question in an other forum and there the answer came about 30secs after yours!

Again, thx a lot!

Mirko Received on Tue Oct 16 2001 - 08:19:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US