Skip to content

Commit

Permalink
Time: 413 ms (99.05%), Space: 0B (100.00%) - LeetHub
Browse files Browse the repository at this point in the history
  • Loading branch information
joseantoniochacon committed Jun 7, 2024
1 parent 02993cb commit cf8bf57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0619-biggest-single-number/0619-biggest-single-number.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Write your MySQL query statement below
SELECT MAX(num) AS num FROM (SELECT num FROM MyNumbers GROUP BY num HAVING COUNT(*) = 1) n;

0 comments on commit cf8bf57

Please sign in to comment.