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