I am trying to figure out how to bring back only a specific number of records using a SQL statement in Microsoft SQL Server. For example I know how to bring back the first x number of records from the database: SELECT Top x * FROM SQLTable What I would like to do is to bring back only records 25-35 for example. Is there a way to do this? Thanks, Ron -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php