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