blob: be80feca8f44a9d9eb27f35ac798757d2927ea66 [file] [log] [blame]
select customer.city as c0 from customer as customer where (customer.state_province = 'DF') group by customer.city order by customer.city ASC NULLS LAST;