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

SQL

AخA
 
select user_id, user_name, page_id, page_title, count(*)
from user, revision, page, actor
where user_id=170 and user_id=actor_user and actor_id=rev_actor and rev_page=page_id
group by user_id
limit 1000;
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...