You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
#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.
The text was updated successfully, but these errors were encountered: