Closed adamrp closed 10 years ago
select country, count(*) as num_examples from ag_login group by country order by 2 desc;
this query shows that there are far more countires than the metadata getter is currently accounting for.
select country, count(*) as num_examples from ag_login group by country order by 2 desc;
this query shows that there are far more countires than the metadata getter is currently accounting for.