blob: 292e841052255c04130ad72d62f3ae700855340e [file] [log] [blame]
select customer.country as c0, customer.state_province as c1, customer.city as c2 from customer as customer group by customer.country, customer.state_province, customer.city order by customer.country ASC NULLS LAST, customer.state_province ASC NULLS LAST, customer.city ASC NULLS LAST;