Untitled
unknown
plain_text
2 years ago
163 B
19
Indexable
SELECT c.customerName, c.customerCity , c.customerState
FROM Customer_T c
WHERE c.customerState IN ('WA', 'OR' ,'CA')
ORDER BY c.customerName, c.customerStateEditor is loading...
Leave a Comment