blob: d9a4b310227e13f7f643740bd236fa3ee44cc428 [file] [log] [blame]
select customer.city as c0 from customer as customer where (customer.state_province = 'Sinaloa') and UPPER(customer.city) = UPPER('La Cruz') group by customer.city order by customer.city ASC NULLS LAST;