基本的なクエリの場合は、LIMITを使用してください: -- get the 4th highest salary SELECT salary FROM tbl_salary ORDER BY salary DESC LIMIT 3,1