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 afwiki_p; select count(*),DATE(rev_timestamp) from revision group by DATE(rev_timestamp); select rev_user_text, count(distinct rev_page), rev_timestamp, max(rev_timestamp) max_t, min(rev_timestamp) min_t, DATEDIFF(max(rev_timestamp),min(rev_timestamp)) from revision group by rev_user;
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...