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
Bdijkstra
.
Toggle Highlighting
SQL
SELECT tp.page_id AS id, tp.page_title AS title, tp.page_is_redirect AS rd, tp.page_len AS len, rev_timestamp, actor_name, COUNT(pl.page_title) AS rdc FROM revision, actor, page tp LEFT JOIN pagelinks ON pl_from=tp.page_id LEFT JOIN linktarget ON pl_target_id=lt_id LEFT JOIN page pl ON (lt_namespace=pl.page_namespace AND lt_title=pl.page_title AND pl.page_is_redirect=1) WHERE tp.page_namespace=10 AND tp.page_title REGEXP '^Navigatie_isotopen_van_' AND tp.page_latest=rev_id AND rev_actor=actor_id GROUP BY tp.page_id
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...