Re: read backwards?

From: Darryl Snedeker x52168 <dsnedeke>
Date: 1995/08/02
Message-ID: <DCoLA7.sC_at_txnews.amd.com>#1/1


rdugaue_at_web1.calweb.com (Robert Du Gaue) wrote:
>We have a database with appoximately 500,000 rows. One query allows users
>to bring up a list of names so that they can narrow down to a specific
>data record. When the list is up, we want them to have the ability to
>page forward and backward. The forward works fine, however the backward query
>using a 'where name < first_displayed_name' type of query goes back to
>the begining of the table and basically reads 1,000s of rows.
>
>Is there a way to read backwards from a certian point and return say the
>next 25 names before a specific key and not have ORacle start from the
>begining of the table?
>
>PS. Sorry if I'm unclear on this, it's easy to visualize, tought to explain!
>

Here's my stab in the dark...

Read up on the pseudo column ROWNUM. Let me know if this provides any help.

-- 
Darryl Snedeker 		ph# (512) 602-2168
Senior Database Administrator	fax (512) 602-5018
Advanced Micro Devices		Austin, Texas
Received on Wed Aug 02 1995 - 00:00:00 CEST

Original text of this message