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