Articles → SQL SERVER → Offset And Fetch Clauses In SQL Servers
Offset And Fetch Clauses In SQL Servers
Purpose
 
Example
 
Select * from OffSetFetchDemo
Order BY Id
OFFSET  3 Rows fetch next 3 rows only
Output
 
| Posted By  - | Karan Gupta | 
|  | 
| Posted On  - | Thursday, February 2, 2023 |