mirror of
https://github.com/devenperez/leetcode.git
synced 2026-06-13 03:27:07 +00:00
Time: 813 ms (12.30%), Space: 0B (100.00%) - LeetHub
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Write your MySQL query statement below
|
||||
SELECT email
|
||||
FROM Person
|
||||
GROUP BY email
|
||||
HAVING count(email) > 1;
|
||||
Reference in New Issue
Block a user