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
Alisa.antypova
.
Toggle Highlighting
SQL
SELECT revision.rev_page page_id, page.page_title, pagelinks.pl_title link_title, pp.page_id link_id FROM revision LEFT JOIN page on page.page_id = revision.rev_page LEFT JOIN pagelinks on pagelinks.pl_from=revision.rev_page LEFT JOIN page pp on pp.page_title = pagelinks.pl_title WHERE rev_timestamp BETWEEN '20220601000001' and '20220602000001' #'20220602000001' WHERE pagelinks.pl_namespace='0' and pagelinks.pl_from_namespace='0' LIMIT 100
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...