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