Fork of
Largest user's pages in arwikibooks
by علاء
This query is marked as a draft
This query has been published
by علاء.
SQL
AخA
use arwikiversity_p;
select CONCAT ("[[مستخدم:",page_title,"]]") AS "العنوان", page_len AS "الحجم" from page where page_namespace = 2 and page_title not like "%/%" ORDER BY page_len DESC limit 1000;
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.