Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Staeiou
.
There is probably a better way to get tabular data from this than manually selecting the sums of all the titles....
Toggle Highlighting
SQL
select rc_user_text,avg(rc_bot) as bot_edits, avg(rc_user = 0) as anon_edits, sum(rc_new_len-rc_old_len) as characters_added, count(*) as total from recentchanges where rc_namespace = 0 AND rc_title IN ("Tim_Kaine") GROUP BY 1; SELECT NOW() as query_last_run_at, "utc" as timezone;
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...