Skip to content

Commit 14b2334

Browse files
committed
Runtime: 239 ms (Top 69.60%) | Memory: 999999999 MB (Top 100.00%)
1 parent 4a81b0a commit 14b2334

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
select max(Salary) as SecondHighestSalary from Employee
2-
where Salary < (select max(Salary) from Employee)
1+
-- Runtime: 239 ms (Top 69.60%) | Memory: 999999999 MB (Top 100.00%)
2+
elect max(Salary) as SecondHighestSalary from Employee
3+
where Salary < (select max(Salary) from Employee)

0 commit comments

Comments
 (0)