We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea49e6 commit dd03825Copy full SHA for dd03825
Duplicate Emails/Duplicate_Emails.sql
@@ -1,3 +1,3 @@
1
# Write your MySQL query statement below
2
# Runtime: 206 ms, faster than 29.08% of MySQL online submissions for Duplicate Emails.
3
-select Email from Person group by Email having count(distinct Id) > 1;
+select Email from Person group by Email having count(*) > 1;
0 commit comments