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

SQL

x
 
USE simplewiki_p;
SELECT rev_page as pageID, COUNT(rev_id) as E, COUNT(DISTINCT rev_user) as U, page_len as L, page_title, page_NS_TALK = 1
FROM revision JOIN page on rev_page = page_id GROUP BY rev_id ORDER BY RAND() LIMIT 1000;
#SHOW TABLES;
#DESCRIBE page_props
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...