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