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