blob: 0d783bd2bd2007e4dcfb51e617bcc4325ee80875 [file] [log] [blame]
select customer.city as c0 from customer as customer where (customer.state_province = 'Guerrero') and UPPER(customer.city) = UPPER('Acapulco') group by customer.city order by customer.city ASC NULLS LAST;