You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2025. It is now read-only.
list of duplicate adm2's:
select title, adm2_code, count(adm2_code)
from site
group by adm2_code, title, adm0_code
having count(adm2_code) > 1
order by count(adm2_code) desc