M
mommio2
Could you please tell me what is wrong with this? I'm a newbie. It says
there is an error on my COUNT. It worked before I put the COUNT and the
parentheses in. THANKS!!!
SELECT COUNT( DISTINCT Customer.id)
FROM Customer INNER JOIN [Order] ON Customer.id=Order.[CUSTOMER$id]
ORDER BY Customer.id;
Mommio2
there is an error on my COUNT. It worked before I put the COUNT and the
parentheses in. THANKS!!!
SELECT COUNT( DISTINCT Customer.id)
FROM Customer INNER JOIN [Order] ON Customer.id=Order.[CUSTOMER$id]
ORDER BY Customer.id;
Mommio2