Fork of
try2 Navseasoncats
by Mr. Ibrahem
This query is marked as a draft
This query has been published
by Mr. Ibrahem.
SQL
x
select
CONCAT('"',ll_title, '":') AS cat1 , CONCAT('"',ll_title, '",') AS cat2
from page AS p1, langlinks
where p1.page_title like "%WikiProject%"
and p1.page_title not like "%/%"
AND ll_title like "مشروع_ويكي_%"
and ll_title not like "%/%"
AND p1.page_id = ll_from
AND ll_lang = "ar"
AND p1.page_namespace = 4
#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.
Query status: complete
Executed in 0.08 seconds as of Mon, 11 Nov 2019 16:52:42 UTC.