Skip to content

Commit

Permalink
Time: 379 ms (94.41%) | Memory: 0B (100.00%) - LeetSync
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimple-01 committed Jun 13, 2024
1 parent ef9bd64 commit 27cb378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 619-biggest-single-number/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(num) = 1) as unique_nums ;

0 comments on commit 27cb378

Please sign in to comment.