Dear All,
I have forgot how to do this, counting the number of record for each
customer appear in table sales. I make this,
select customer, count() as total from sales group by alltrim(customer)
The message keep popping up that the statement has missing expression.
Please kindly help me out.
Many thanks.
Regards,
Wandy Tang