Skip to content

Commit 3b71004

Browse files
committed
Time: 405 ms (22.14%) | Memory: 0B (100.00%) - LeetSync
1 parent 2600c31 commit 3b71004

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SELECT email AS Email FROM Person
2+
GROUP BY email
3+
HAVING COUNT(*) > 1

0 commit comments

Comments
 (0)