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