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
Erutuon
.
Toggle Highlighting
SQL
USE enwiktionary_p; SELECT rev_page AS page_id, revisions, editors, timestamp, (SELECT rev_len FROM a LIMIT 1) FROM ( SELECT rev_page, MAX(rev_timestamp) AS timestamp, COUNT(*) AS revisions, COUNT(DISTINCT rev_actor) AS editors FROM revision GROUP BY rev_page ORDER BY rev_timestamp ) test JOIN page on rev_page = page_id limit 10;
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...