Hi,
I have got following simple SQL.
Select TestID from test where testname = ' ' order by testdate.
Suppose for argument sake there are 100 records and testID's are 1
to 100.
Is it possible to modify this SQL so that it will display records
from 10 to 50 and not any other records.
Rajesh.