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