From 2f3d6cd95353122f1e46f47d5bf2077e334a1850 Mon Sep 17 00:00:00 2001 From: BDGizmo Date: Sun, 16 Oct 2022 03:07:28 +0530 Subject: [PATCH] updated code updated code for email duplicate --- Easy/Duplicate Emails.sql | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Easy/Duplicate Emails.sql b/Easy/Duplicate Emails.sql index 7636371..84a4e19 100644 --- a/Easy/Duplicate Emails.sql +++ b/Easy/Duplicate Emails.sql @@ -19,8 +19,6 @@ -- Solution Select Email -from -(Select Email, count(Email) from person group by Email -having count(Email)>1) a \ No newline at end of file +having count(Email)>1