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