Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Malayalam Wikipedia Articles without images
by
Gnoeee
This query is marked as a draft
This query has been published
by
Gnoeee
.
Toggle Highlighting
SQL
SELECT user_name, DATE_FORMAT(user_registration, '%Y-%m-%d') AS Registration_date, DATE_FORMAT(MIN(rev_timestamp), '%Y-%m-%d') AS First_edit_date, DATE_FORMAT(MAX(rev_timestamp), '%Y-%m-%d') AS Last_edit_date, COUNT(*) AS Total_edits FROM revision JOIN page ON page_id = rev_page JOIN actor ON actor_id = rev_actor JOIN user ON user_id = actor_user JOIN user_properties ON up_user = user_id GROUP BY user_name, user_registration ORDER BY Total_edits DESC;
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...