Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Nehaoua
.
Toggle Highlighting
SQL
SELECT CONCAT('[[user:',page_Title,']]') AS 'عنوان_الصفحة_الأصلية',CONCAT('[[',rd_Title,']]') AS 'النطاق_الرئيس'/*,log_title ar_id, ar_actor,actor_name*/ FROM redirect INNER JOIN page on page_id =rd_from /*inner join archive on ar_id =rd_from inner join actor on actor_id =ar_actor inner join logging on log_deleted =page_title*/ WHERE /*rd_title not in (select page_title from page where page_title= rd_title and rd_namespace = page_namespace)*/ page_is_redirect = 1 /*AND page_namespace=2 AND rd_namespace = 0 AND page_content_model ='wikitext' AND rd_interwiki = ""*/ /* and log_type in ("delete")*/ ORDER BY page_id DESC limit 500;
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...