blob: a00285276425dede4784568096361178e7504dc1 [file] [log] [blame]
select customer.city as c0 from customer as customer where (customer.state_province = 'Jalisco') and UPPER(customer.city) = UPPER('Guadalajara') group by customer.city order by customer.city ASC NULLS LAST;