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