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
Sergento
.
page links (all)
Toggle Highlighting
SQL
use ukwiki_p; select count(*) from page p left join pagelinks pl on p.page_id = pl.pl_from left join page pp on pl.pl_title = pp.page_title and pl.pl_namespace = pp.page_namespace left join page_props ppr on p.page_id = ppr.pp_page and ppr.pp_propname = 'disambiguation' where p.page_namespace = 0 and pl.pl_namespace = 0 and pp.page_id is not null
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...