SQL Server - Query for retreiving value from user input
- by John
For Eg...if the User needs to retrieve the 10th highest mark in a "mark" column.
The column may be in any order. I need Query for to get stud_name of 10th highest mark.
Say for eg..table name is student
columns are id, name, mark.