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