blob: eef3108c99b9137d766eac792ab0dcd4780a7baf [file] [log] [blame]
select customer.state_province as c0 from customer as customer where (customer.country = 'Mexico') and UPPER(customer.state_province) = UPPER('DF') group by customer.state_province order by customer.state_province ASC NULLS LAST;