|
|
|
Hi Friends,
I have worked in PHP and MySQL for the past few months. In that i have used the LIMIT statement to retrive certain number of records
(eg: select * from table_name limit 5,20
means selecting [20] records of all information from the selected table starting from the [5]th record.
Right now, I hav been involved in ASP and MSSQL project, in which i cant use the LIMIT statement to do the similar operation in MS SQL.....
Please help me.... |
|