Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
New pages created with a hashtag (by a single user in a timespan)
by
André Costa (WMSE)
This query is marked as a draft
This query has been published
by
Strainu
.
Number of unique pages created by a bot in a certain time period where edit summaries contained a certain hashtag.
Toggle Highlighting
SQL
SELECT p.page_title FROM rowiki_p.revision r JOIN rowiki_p.page p ON p.page_id = r.rev_page WHERE r.rev_timestamp > '20150301000001' AND r.rev_timestamp < '20150313235959' AND r.rev_parent_id = 0 AND p.page_namespace = 0 LIMIT 1000
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...