blob: 627ef1c15afe897369d5a1cdf1b19e74ff8a4134 [file] [log] [blame]
select customer.state_province as c0 from customer as customer where (customer.country = 'USA') and UPPER(customer.state_province) = UPPER('CA') group by customer.state_province order by customer.state_province ASC NULLS LAST;