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 -> sql alternative for ranking functions

sql alternative for ranking functions

From: Marc Lambrichs <marcl_at_xs4all.nl>
Date: Mon, 3 Jun 2002 14:58:24 +0200
Message-ID: <adfp9g$al8$1@news1.xs4all.nl>


All,

How would one define an sql alternative for the ranking functions? Let's say we use:

select name,

       rownum over (partition by ctime)
from table
group by name;

Is there a standard sql equivalent to this?

Cheers,
Marc Received on Mon Jun 03 2002 - 07:58:24 CDT

Original text of this message

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