blob: 7736874b4d1d02b7bbf169083fb05d0d4d8dd419 [file] [log] [blame]
select customer.city as c0 from customer as customer where (customer.state_province = 'CA') and UPPER(customer.city) = UPPER('El Cajon') group by customer.city order by customer.city ASC NULLS LAST;