Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Article, WikiProject pairs for English Wikipedia
by
EpochFail
This query is marked as a draft
This query has been published
by
FShbib
.
Gets all of the WikiProject article importance classifications on the Arabic Wikipedia.
Toggle Highlighting
SQL
USE arwiki_p; SELECT article.page_id, article.page_namespace, article.page_title, SUBSTRING_INDEX(cl.cl_to, "_", 2) AS wikiproject, cl.cl_to AS category, cl.cl_type AS category_type, DATE_FORMAT(cl.cl_timestamp, "%Y%m%d%H%i%S") AS last_update FROM categorylinks cl JOIN page tp ON cl.cl_from = tp.page_id AND tp.page_namespace = 1 JOIN page article ON article.page_title = tp.page_title AND article.page_namespace = 0 WHERE cl.cl_to LIKE "مقالات%فائقة_الأهمية" OR cl.cl_to LIKE "مقالات%عالية_الأهمية" OR cl.cl_to LIKE "مقالات%متوسطة_الأهمية" OR cl.cl_to LIKE "مقالات%قليلة_الأهمية" OR cl.cl_to LIKE "مقالات%غير_معروفة_الأهمية" 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...