찌니의 프로그래밍 삼매경

[SQL] LeetCode SQL 183. Customers Who Never Order 본문

SQL/SQL 문제풀이

[SQL] LeetCode SQL 183. Customers Who Never Order

zzI니☆ 2021. 11. 29. 00:24
728x90

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를 이용하며 풀이했다

 

심플!

728x90
Comments