Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Number of articles created on cswiki in 2021
by
Blahma
This query is marked as a draft
This query has been published
by
Dnshitobu
.
Toggle Highlighting
SQL
select count(*) from (select rev_page, min(rev_timestamp) rev_timestamp from revision where rev_parent_id like 0 group by rev_page) revision join page on rev_page = page_id where rev_timestamp between '20201231230000' and '20221231225959' and page_namespace like 0 and not page_is_redirect;
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...