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)


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