Skip to content

584. Find Customer Referee 👍

1
2
3
SELECT name
FROM Customer
WHERE referee_id IS NULL OR referee_id != 2;