Select ROW_NUMBER()over(order BY employeeID)as Sno, * FROM Employeewhere EmployeeID IN (EmployeeID%3)
Login to post response