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 new Wikipedia articles in a week
by
Slaporte
This query is marked as a draft
This query has been published
by
Hexiang129
.
Toggle Highlighting
SQL
SELECT * FROM enwiki_p.recentchanges LEFT JOIN enwiki_p.page ON enwiki_p.recentchanges.rc_cur_id = enwiki_p.page.page_id LEFT JOIN enwiki_p.redirect ON enwiki_p.recentchanges.rc_cur_id = enwiki_p.redirect.rd_from WHERE rc_new = 1 AND rc_namespace = 0 AND rc_timestamp BETWEEN 20230401000000 AND 20231001000000
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...