SQL to select a set of records

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux