SQL Server 2005 query is as follows......
SELECT ClgId
FROM IdMaker_DB
WHERE Course = 'B-Tech' AND [Class] = 'Ist Year'
AND Branch = 'Computer Science and Engineering'
ORDER BY ClgId
It works fine and selects all entries of Computer Science and Engineering Ist Year
but is select only first row, how can I select nth row......