SELECT state, count(state) FROM customers GROUP BY state;
SELECT state, count(state)
FROM customers
GROUP BY state;
No comments:
Post a Comment