This query is marked as a draft This query has been published by Gerges.

SQL

AخA
 
select CONCAT('[[',page.page_title,']]') as "عنوان المقالالمقالة",page.page_len as "حجمالمقالة" from categorylinks
join page on page.page_id = categorylinks.cl_from
where cl_to like "جميع_المقالات_غير_المراجعة" 
and cl_type = "page"
and page.page_len <= 1500
and page.page_len >= 500
and page.page_namespace in (0);
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.

Checking query status...