Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Return limited rows from a table
Charles Hooper wrote:
> DA Morgan wrote: >> hdmiranda_at_gmail.com wrote:
>> http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/functions001.htm#sthref965 >> -- >> Daniel A. Morgan >> University of Washington >> damorgan_at_x.washington.edu >> (replace x with u to respond) >> Puget Sound Oracle Users Group >> www.psoug.org > > That will help the OP a little, but I looked at that documentation a > couple times before the concepts started to make sense. It is a very > good recommendartion that the OP read every page of that section of the > documentation to understand how analytical functions work. > > I would suggest: > http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/functions137.htm > ROW_NUMBER, likely with a PARTITION BY col1, col2, col3 and ORDER BY > value. Then find a way to eliminate all entries where ROW_NUMBER > returns a value greater than 3. > > Charles Hooper > PC Support Specialist > K&M Machine-Fabricating, Inc.
I could be wrong (based on the example) but this finals week at some schools and it looked like a final I've given in the past.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Thu Nov 30 2006 - 19:06:15 CST
![]() |
![]() |