Skip to content

Commit 0702219

Browse files
committed
add No196
1 parent 20f87b4 commit 0702219

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

leetcode/SQL/No196.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
delete p1 from Person p1,Person p2 where p1.Email = p2.Email and p2.id < p1.id;

0 commit comments

Comments
 (0)