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 DATE_FORMAT(rc_timestamp, "%Y-%m-%d") as day, sum(rc_title = "Tim_Kaine") as kaine, sum(rc_title = "Elizabeth_Warren") as warren, sum(rc_title = "Tom_Vilsack") as vilsack, sum(rc_title = "Thomas_Perez") as perez, sum(rc_title = "Julian_Castro") as castro, sum(rc_title = "John_Hickenlooper") as hickenlooper, sum(rc_title = "James_Stavridis") as stavridis, sum(rc_title = "Cory Booker") as booker, sum(rc_title = "Sherrod_Brown") as brown, count(*) as total from recentchanges where rc_namespace = 0 AND rc_title IN ("Tim_Kaine", "Tom_Vilsack", "Elizabeth_Warren", "Thomas_Perez", "Julian_Castro", "John_Hickenlooper", "James_Stavridis", "Cory Booker", "Sherrod_Brown") GROUP BY day
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...