摘要:
Write a SQL query to get the nth highest salary from the Employee table. For example, given the above Employee table, the nth highest salary where n = 阅读全文
posted @ 2018-06-08 21:03
楷兵
阅读(119)
评论(0)
推荐(0)
摘要:
Write a SQL query to get the second highest salary from the Employee table. For example, given the above Employee table, the query should return 200 a 阅读全文
posted @ 2018-06-08 11:36
楷兵
阅读(125)
评论(0)
推荐(0)