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