blob: 1a6ff9eeb9f840b88fc94d964c19784acaa8a662 [file] [log] [blame]
select customer.state_province as c0 from customer as customer where (customer.country = 'USA') group by customer.state_province order by customer.state_province ASC NULLS LAST;