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
Teslaton
.
Toggle Highlighting
SQL
USE skwiki_p; SELECT p.page_title, count(r.rev_id) as rev_count, rf.rev_timestamp as rev_first, rl.rev_timestamp as rev_last, rf.rev_user_text as rev_first_user, rl.rev_user_text as rev_last_user FROM page p, revision r, revision rf, revision rl WHERE r.rev_page = p.page_id and rf.rev_page = p.page_id and rf.rev_parent_id = 0 and rl.rev_id = p.page_latest and p.page_namespace = 0 GROUP BY p.page_id ORDER BY rev_first LIMIT 100;
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...