blob: bda37b11a76f59e91b69e9964a6bd6ef2aeff07c [file] [log] [blame]
select store.store_state as c0, store.store_country as c1, store.store_city as c2, store.store_postal_code as c3 from store as store group by store.store_state, store.store_country, store.store_city, store.store_postal_code order by store.store_state ASC NULLS LAST, store.store_city ASC NULLS LAST;