SQL/SQL 문제풀이 [SQL] LeetCode SQL 183. Customers Who Never Order 웅겹사r☆ 2021. 11. 29. 00:24 https://leetcode.com/problems/customers-who-never-order/ Customers Who Never Order - LeetCode 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 주문안한 고객 찾아내기 not exists를 이용하며 풀이했다 심플!