blob: 985d4f4db38af7982bc8186927a7dedbab8abe28 [file] [log] [blame]
select store.store_state as c0 from store as store where (store.store_country = 'USA') group by store.store_state order by store.store_state ASC NULLS LAST;