Mention what is OFFSET-FETCH filter in tsql? Technology Community › Category: T-SQL › Mention what is OFFSET-FETCH filter in tsql? 0 Vote Up Vote Down VietMX Staff asked 4 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.