SQL
x
USE fawiki_p;
select pl_title, count(pl_from) from logging JOIN page on log_title = page_title left join pagelinks on pl_title = page_title and
page_namespace = 0 where log_action = 'delete' and page_id is null and pl_namespace = 0 group by pl_title order by 2 desc LImit 10;
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.