SQL Server

OFFSET FETCH in SQL Server 2012

Posted on

In this post i will discuss what is OFFSET FETCH in SQL Server 2012 and where we can use it. OFFSET-FETCH is a new feature in SQL Server 2012.It is an extension to ORDER BY clause. It allows you to return a range of records by mentioning the starting point( an offset) and the number […]