SQL
AخA
select * from watchlist_count join page on watchlist_count.wl_title=page.page_title where wl_namespace = 4 and page_is_redirect = 0 group by wl_title order by watchers ASC limit 100;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.