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
Jeph paul
.
Toggle Highlighting
SQL
use arwiki_p; select rev_user_text, DATE(rev_timestamp), count(distinct rev_page) article_count, count(*) revision_count, count(*)/count(distinct rev_page), max(rev_timestamp) max_t, min(rev_timestamp) min_t, DATEDIFF(max(rev_timestamp),min(rev_timestamp)) from revision group by rev_user,DATE(rev_timestamp);
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...