S
skneife
I use SQL Server and I need to make some pagination on my web site.
The TOP syntax has not any offset, for example to return 1 to x
records like MySql LIMIT 1, 10 there is no syntax for this.
Does anyone know how to get a range of records like the LIMIT syntax ?
Sam
The TOP syntax has not any offset, for example to return 1 to x
records like MySql LIMIT 1, 10 there is no syntax for this.
Does anyone know how to get a range of records like the LIMIT syntax ?
Sam