Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Querying user edit count during a period of time.
by
Maximilianklein
This query is marked as a draft
This query has been published
by
Masssly
.
Toggle Highlighting
SQL
use enwiki_p; select user_name(d), count(*) as user_edit_count_during_period from (select user_id, rev_timestamp from (select user_id from user where user_name = 'Masssly') u join revision_userindex on user_id = rev_user where rev_timestamp >20180101000000 and rev_timestamp < 20190101000000) ur;
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...