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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ***Urgent Question***

Re: ***Urgent Question***

From: Bunyamin K.Karadeniz <bunyamink_at_havelsan.com.tr>
Date: Thu, 01 Feb 2001 01:10:16 -0800
Message-ID: <F001.002A6E24.20010131232022@fatcity.com>

My group leader tells that
rownum may give wrong results . Do not use it... Really ???

> try this:
> select * from (select emid, deptid from dept order by deptid desc, empid
asc) where rownum<8
>
> Gyula
> Local Folders wrote:
>
> > Consider the following case.
> > TABLE : DEPT
> > empid number,
> > deptid number,
> > deptname varchar2(30)
> > primary key (empid, deptid) now i want to fetch first seven records from
a cursor whose deptid is
> > maximum
> > and empid is minimum. kindly let me know how to write this cursor
statement.for example. SQL>
> > select deptid, empid from dept; DEPTID EMPID
> > --------- ---------
> > 2 94204
> > 2 94205
> > 2 94206
> > 2 94207
> > 2 94208
> > 5 94209
> > 5 94210
> > 5 94211
> > 5 94212
> > 5 94213
> > 7 94214
> > 7 94215
> > 7 94216
> > 7 94217
> > 7 94218 15 rows selected. i want output as following by
single query. DEPTID EMPID
> > --------- ---------
> > 7 94214
> > 7 94215
> > 7 94216
> > 7 94217
> > 7 94218
> > 5 94209
> > 5 94210 7 rows selected kindly reply.. thanks in advance.
regards
> > paresh mehta
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Andor Gyula
> INET: gy.andor_at_euromacc.hu
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Bunyamin K.Karadeniz
  INET: bunyamink_at_havelsan.com.tr

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Feb 01 2001 - 03:10:16 CST

Original text of this message

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