blob: 9d8ce0152f88fb34be51a97abe78d494818df5e7 [file] [log] [blame]
select store.store_country as c0 from store as store where UPPER(store.store_country) = UPPER('Widget') group by store.store_country order by store.store_country ASC NULLS LAST;