limit in mssql?

wxdqz

New Member
in mysql I can use:

"select * from guestbook order by msgID DESC limit $offset,$limit"

where $offset is a number on wish line to star on and $limit is a number of how many records to show

I would l韐e to do the same thing i mssql

is there anyone who has an idea how?

.patrik
 
Back
Top