that i have alredy done
but having issue
as i am getting
SELECT * ,ROW_NUMBER() OVER (ORDER BY NAME ASC)
AS ROWID FROM (SELECT * ,ROW_NUMBER() OVER (ORDER BY NAME ASC)
AS ROWID
FROM Employee e
) as DerivedTableName
WHERE rowid BETWEEN 1 AND 50
so each time i get 50 records for filtering and getting where clause
i need to have the entrire table