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 20f87b4 commit 0702219Copy full SHA for 0702219
leetcode/SQL/No196.sql
@@ -0,0 +1 @@
1
+delete p1 from Person p1,Person p2 where p1.Email = p2.Email and p2.id < p1.id;
0 commit comments