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

SQL

AخA
 
select r.rev_id from enwiki_p.revision r join enwiki_p.page p on r.rev_page = p.page_id 
where r.rev_user = 7878375 and p.page_namespace = 0 order by r.rev_id desc limit 50;
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...