+2 votes
in Sql by
What is OFFSET-FETCH filter in tsql?

2 Answers

0 votes
by

In TSQL OFFSET-FETCH filter is designed similar to TOP but with an extra element. It helps to define how many rows you want to skip before specifying how many rows you want to filter.

0 votes
by
In tsql OFFSET-FETCH filter is designed similar to TOP but with an extra element.  It helps to define how many rows you want to skip before specifying how many rows you want to filter.
...