https://leetcode.com/problems/delete-duplicate-emails/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 중복된 이메일을 삭제하는 문제이다. 테이블에서 어떤 column을 지우기 위해서는 DELETE 문을 사용해야 한다. 1. 서브쿼리를 활용해서 지우지 말아야하는 id와 이메일을 뽑고 2. 해당 서브쿼리의 id를 가져와..