SQL Server - Query for retreiving value from user input

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-05-31T05:11:04Z Indexed on 2010/05/31 5:22 UTC
Read the original article Hit count: 326

Filed under:

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.

© Stack Overflow or respective owner

Related posts about sql-server-2005