Skip to content

Commit

Permalink
Time: 921 ms (95.83%), Space: 0B (100%) - LeetHub
Browse files Browse the repository at this point in the history
  • Loading branch information
hovanhoa committed Oct 23, 2023
1 parent 8ab2682 commit ba9eb5b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Write your MySQL query statement below
SELECT name as Customers
FROM Customers
WHERE id not in (SELECT customerId FROM Orders)

0 comments on commit ba9eb5b

Please sign in to comment.