SQL
x
USE fawiki_p;
SELECT /* SLOW_OK */ page_title AS title, cid FROM (SELECT ll_from AS page_id, COUNT(ll_lang) AS cid FROM langlinks GROUP BY ll_from HAVING COUNT(ll_lang)>=1) AS sq NATURAL JOIN page WHERE page_namespace=0 ORDER BY cid DESC,page_title LIMIT 30000;
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.