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