Skip to content

Commit

Permalink
Time: 316 ms (95.52%), Space: 0B (100.00%) - LeetHub
Browse files Browse the repository at this point in the history
  • Loading branch information
joseantoniochacon committed Jun 26, 2024
1 parent bf3f9ae commit 9111617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0182-duplicate-emails/0182-duplicate-emails.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Write your MySQL query statement below
SELECT email AS Email FROM Person GROUP BY email HAVING COUNT(email) > 1;

0 comments on commit 9111617

Please sign in to comment.