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