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
Aliceantypova
.
Toggle Highlighting
SQL
WITH ( SELECT distinct(revision.rev_page) rev_page FROM revision WHERE rev_timestamp BETWEEN '20220601000001' and '20220602000001' ) as pages SELECT count(pagelinks.pl_title) FROM pages LEFT JOIN pagelinks on pagelinks.pl_from=pages.rev_page WHERE pagelinks.pl_namespace='0' and pagelinks.pl_from_namespace='0'
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...