blob: 16854397740cd60fbfc767d66c7cf62fa14bba31 [file] [log] [blame]
select customer.city as c0 from customer as customer where UPPER(customer.city) = UPPER('Burbank') group by customer.city order by customer.city ASC NULLS LAST;