Untitled

 avatar
unknown
plain_text
10 months ago
150 B
6
Indexable
SELECT c.customerState, COUNT (c.customerState) AS 'Count of Customers'
FROM Customer_T c
GROUP BY c.customerState 
HAVING COUNT(c.customerID) > 1 
Editor is loading...
Leave a Comment