【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
相关文章
相关标签/搜索