RE: skipping rows after select

2002-04-09 Thread Gurhan Ozen
PROTECTED]] Sent: Tuesday, April 09, 2002 5:08 PM To: [EMAIL PROTECTED] Subject: skipping rows after select After executing a query such as: SELECT * FROM content ORDER BY id I there a SQL query for skipping ahead a certain number of records? Or should this be done as part of the initial query

skipping rows after select

2002-04-09 Thread lance turner
After executing a query such as: SELECT * FROM content ORDER BY id I there a SQL query for skipping ahead a certain number of records? Or should this be done as part of the initial query? If so, how? thanks, lance turner - B