Mention what is OFFSET-FETCH filter in tsql?

Technology CommunityCategory: T-SQLMention what is OFFSET-FETCH filter in tsql?
VietMX Staff asked 3 years ago

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.