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