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