【LeetCode】176.第二高的薪水

176.第二高的薪水sql 編寫一個 SQL 查詢語句,獲取Employee表中第二高的薪水(Salary)。spa 用到的表和數據SQL:code Create table If Not Exists Employee (Idint, Salary int); Truncate table Employee; insert into Employee (Id, Salary) values('1
相關文章
相關標籤/搜索