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