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