leetcode

Solution to some Leetcode problems written in C++
git clone git://git.dimitrijedobrota.com/leetcode.git
Log | Files | Refs | README | LICENSE

0196.sql (86B)


0 DELETE P1 1 FROM Person P1, Person P2 2 WHERE P1.email = p2.email AND 3 p1.id > p2.id