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
Adler.fa
.
Toggle Highlighting
SQL
USE pswiki_p; SELECT t.page_title, COUNT(DISTINCT rev_user) AS usercount, COUNT(rev_id) as editcount, a.page_len AS pagelength, t.page_len AS talklength FROM revision JOIN page AS a ON rev_page = a.page_id JOIN page AS t ON a.page_title = t.page_title WHERE a.page_namespace = '0' AND t.page_namespace = '1' GROUP BY a.page_title ORDER BY editcount 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...