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: Second highest value

Re: Second highest value

From: jegatheesan <jegatheesan_a_at_yahoo.com>
Date: Tue, 10 Aug 1999 11:53:14 GMT
Message-ID: <KoUr3.16725$J5.183849@c01read02-admin.service.talkway.com>


Try using this command

select max(data) from temp where data < (select max(data) from temp)

By,
jegatheesan.A
--
Posted via Talkway - http://www.talkway.com Exchange ideas on practically anything (tm). Received on Tue Aug 10 1999 - 06:53:14 CDT

Original text of this message

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