#46
I use sqlserver 2012 and later , and like the sql ORDER BY ... OFFSET 100 ROWS FETCH NEXT....
The page function now has great backward compatibility and works very well ,
But would it be slower than the modern way ?
I think maybe it would be better to add support for this by adding a dialect for modern SQLServer.
#46
I use sqlserver 2012 and later , and like the sql
ORDER BY ... OFFSET 100 ROWS FETCH NEXT....The page function now has great backward compatibility and works very well ,
But would it be slower than the modern way ?
I think maybe it would be better to add support for this by adding a dialect for modern SQLServer.