I need to write an SQL statement that selects 100 rows of data starting from the Xth row.
ROWCOUNT = 100; SELECT * FROM tablename
will get 100 rows, but how to instruct it not to start at the top of the table??
thanks
/d8/
|
Results 1 to 4 of 4
Thread: Selecting rowsThreaded View
|
Click Here to Expand Forum to Full Width |