728x90
https://leetcode.com/problems/find-customer-referee/
SELECT name FROM Customer WHERE referee_id IS NULL OR referee_id != 2;
728x90
'IT > 코딩테스트' 카테고리의 다른 글
[Leetcode] 1378. Replace Employee ID With The Unique Identifier (0) | 2023.08.23 |
---|---|
[Leetcode] 595. Big Countries (0) | 2023.08.22 |
[Leetcode] 1757. Recyclable and Low Fat Products (0) | 2023.08.21 |
[Leetcode] 1346. Check If N and Its Double Exist (0) | 2023.08.21 |
[Leetcode] 977. Squares of a Sorted Array (0) | 2023.08.19 |