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