blob: 8cdffa1e0dc324dd491b7070b5f117e918324980 [file] [log] [blame]
select store.store_state as c0 from store as store where (store.store_country = 'Mexico') and UPPER(store.store_state) = UPPER('Jalisco') group by store.store_state order by store.store_state ASC NULLS LAST;