jumping to records

From: A D Hager <adhager_at_its.brooklyn.cuny.edu>
Date: 2000/06/18
Message-ID: <394C64AF.D184EAE2_at_its.brooklyn.cuny.edu>#1/1


[Quoted] [Quoted] Is it possible to select all records from a table but to jump to a particular one?
[Quoted] for example suppose I want to retrieve all records from a table but I want to start somewhere in the middle.
If I execute
select * from employees where name='aaron' I will only get one record.
If I execute
select * from employees;
I will only get all the records and will have to retrieve many records before finding the one I am looking for.

Thanks a lot,

Aaron Received on Sun Jun 18 2000 - 00:00:00 CEST

Original text of this message