79687574

Date: 2025-07-02 14:20:49
Score: 1
Natty:
Report link
SELECT customer
FROM orders
WHERE shipped = 'no'
AND customer NOT IN (SELECT customer FROM orders WHERE shipped = 'yes' GROUP BY customer)
GROUP BY customer
ORDER BY customer
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: stevestevesteve