blob: 5bc84cdb95b4e18792d7b5d9b71ac7ff8dc8a7dd [file] [log] [blame]
select customer.city as c0 from customer as customer where (customer.state_province = 'BC') and UPPER(customer.city) = UPPER('Royal Oak') group by customer.city order by customer.city ASC NULLS LAST;