blob: 44970cf6ca5af3ad2c9534b160387d952d2580a9 [file] [log] [blame]
select store_ragged.store_country as c0, store_ragged.store_id as c1, store_ragged.store_name as c2 from store_ragged as store_ragged group by store_ragged.store_country, store_ragged.store_id, store_ragged.store_name order by store_ragged.store_country ASC NULLS LAST, store_ragged.store_id ASC NULLS LAST;