We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beebd82 commit f42fa79Copy full SHA for f42fa79
src/main/kotlin/g0101_0200/s0182_duplicate_emails/script.sql
@@ -1,3 +1,3 @@
1
# Write your MySQL query statement below
2
# #Easy #Database #SQL_I_Day_10_Where #2022_06_27_Time_303_ms_(92.08%)_Space_0B_(100.00%)
3
-SELECT Email FROM Person GROUP BY Email HAVING COUNT(Email) > 1;
+SELECT Email FROM Person GROUP BY Email HAVING COUNT(Email) > 1;
0 commit comments