Skip to content

Commit 4416afc

Browse files
authored
Remove unnecessary comment
1 parent 0ffc271 commit 4416afc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Write your MySQL query statement below
2-
31
DELETE a
42
FROM Person a, Person b
53
WHERE a.Email = b.Email AND
6-
a.Id > b.Id;
4+
a.Id > b.Id;

0 commit comments

Comments
 (0)