Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Most wanted articles: ns0→ns0 redlinks only
by
Certes
This query is marked as a draft
This query has been published
by
Shazback
.
Toggle Highlighting
SQL
-- select * from (select * from pagelinks where pagelinks.pl_from = 46575528) as pl left join page as p on p.page_id=pl.pl_from left join linktarget as lt on lt.lt_id=pl.pl_target_id where p.page_id is null or pl.pl_target_id is null limit 100; select p.page_title as enTitle, -- count(iwl.iwl_from) as frLinkCount, iwl.iwl_title as frTitle from (select * from iwlinks where iwlinks.iwl_prefix="fr" limit 1000) as iwl left outer join page as p on p.page_id=iwl.iwl_from where p.page_namespace=0 -- group by enTitle order by frLinkCount desc; select * from iwlinks where iwlinks.iwl_prefix="fr" limit 1000 -- SELECT * -- linktarget.lt_title, count(distinct spage.page_id) as LinkCount-- pagelinks.pl_target_id AS Target, SUM(pagelinks.page_title IS NULL) AS LinkCount -- FROM pagelinks -- left join linktarget on pagelinks.pl_target_id = linktarget.lt_id -- left join page as spage on pagelinks.pl_from = spage.page_id -- Left join page as tpage on pagelinks.lt_title = tpage.page_name_title -- where ( pagelinks.pl_from = 64386913 or pagelinks.pl_from = 44476398 ) AND linktarget.lt_namespace = 0 -- Group by lt_title -- ORDER BY LinkCount 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...