SQL
x
USE cswiki_p;
SELECT rev_timestamp, page_title, rev_user, rev_comment, rev_len
FROM revision
JOIN page ON page_id = rev_page
#WHERE rev_timestamp >= "20160101";
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.
All SQL code is licensed under CC0 License.