blob: 329596f1f7ec952d9707fb4698655022a7cb15bd [file] [log] [blame]
select store.store_state as c0, store.store_country as c1 from store as store where UPPER(store.store_state) = UPPER('Yucatan') group by store.store_state, store.store_country order by store.store_state ASC NULLS LAST;