blob: 0f501e9d8a9001015f2100ef7e0f080b3c47e9f3 [file] [log] [blame]
select customer.state_province as c0 from customer as customer, sales_fact_1997 as sales_fact_1997 where sales_fact_1997.customer_id = customer.customer_id and customer.country = 'USA' group by customer.state_province order by customer.state_province ASC NULLS LAST;