Guest Orders Hide New Users
Marketing is looking for users who have never ordered. orders.user_id contains empty values for guest orders, and the old check breaks the list because of them. Fix it and return the id values for users without orders, sorted by id.
Buggy query
SELECT u.id FROM users u WHERE u.id NOT IN (SELECT user_id FROM orders) ORDER BY u.id;
Uzorak očekivanog izlaza
Ovako izgleda ispravan odgovor — broj redaka je njegov vlastiti, ne mora se podudarati s tablicama sheme.
| id |
|---|
| 5 |
Prijavi se da vidiš povijest predaja
PrijavaPrijavi se da koristiš AI mentora
Prijava