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: sql

Re: sql

From: Brian E Dick <bdick_at_cox.net>
Date: Tue, 24 Sep 2002 13:18:04 GMT
Message-ID: <gCZj9.23107$IL6.1268230@news2.east.cox.net>


select max(c) from (select c from t where c < (select max(c) from t))

"abhishek" <singhhome_at_yahoo.com> wrote in message news:e52380ab.0209232324.24bd2cbd_at_posting.google.com...
> how to write sql querry to
> 1. show the second maximum value of a column.
Received on Tue Sep 24 2002 - 08:18:04 CDT

Original text of this message

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