Untitled
unknown
plain_text
9 months ago
163 B
6
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