Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 157 Bytes

File metadata and controls

8 lines (6 loc) · 157 Bytes

Solution

# Write your MySQL query statement below
SELECT name FROM Customer WHERE referee_id != 2 or referee_id is NULL

LeetCode