blob: 2551cd3d8c45401f1020626114de9b0d876e8c78 [file] [log] [blame]
select customer.city as c0 from customer as customer where (customer.state_province = 'Veracruz') and UPPER(customer.city) = UPPER('Orizaba') group by customer.city order by customer.city ASC NULLS LAST;