Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Article creation statistics on plwikinews
by
Peter Bowman
This query is marked as a draft
This query has been published
by
Marek Mazurkiewicz
.
Toggle Highlighting
SQL
set @start_timestamp := 20220301000000; #set @end_timestamp := 20220401000000; select actor_name, count(log_id) as creation_count from logging inner join page on page_id = log_page inner join actor on actor_id = log_actor where log_type = "create" and page_namespace = 0 and log_timestamp >= @start_timestamp #and log_timestamp < @end_timestamp group by actor_name with rollup;
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...