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