Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 174 Bytes

File metadata and controls

11 lines (8 loc) · 174 Bytes

문제보기

🔎문제 풀이 MySQL

SELECT name
FROM Customer
WHERE COALESCE(referee_id, 0) != 2;