Untitled

 avatar
unknown
plain_text
a year ago
163 B
9
Indexable
SELECT  c.customerName, c.customerCity , c.customerState
FROM Customer_T c 
WHERE c.customerState IN ('WA', 'OR' ,'CA')
ORDER BY c.customerName, c.customerState
Editor is loading...
Leave a Comment