HTMLify
Home
Log in
Register
Dashboard
Frames
API
Q183_Customers_Who_Never_Order.sql
Views: 144 | Author:
djdj
select
name
as
Customers
from
Customers
where
id
not
in
(
select
customerId
from
Orders
);
Share this file:
Copy
Short Link
View Raw
Download File
(88 B)
Embed Code
Clone
Comments
Comment