Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Second highest value
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
![]() |
![]() |