Skip to content

Commit

Permalink
Time: 620 ms (12.82%), Space: 0B (100%) - LeetHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit-S-Sahu committed Oct 22, 2024
1 parent 14fbc37 commit a3cd9c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 0584-find-customer-referee/0584-find-customer-referee.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Write your MySQL query statement below
SELECT name
FROM Customer
WHERE referee_id != 2 OR referee_id IS NULL;

0 comments on commit a3cd9c6

Please sign in to comment.