This query is marked as a draft This query has been published by Elph.

SQL

x
 
SELECT creations_ns0.user, first_edit.timestamp as first_edit
FROM (SELECT COUNT(*) as count, creator.user as user
FROM (SELECT revision.rev_user_text as user
FROM (SELECT rev_page, MAX(rev_timestamp) as first_edit FROM page)))
  DESC 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.
All SQL code is licensed under CC0 License.

Checking query status...