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

SQL

AخA
 
select page_id, page_title, rev_id, rev_timestamp, rev_minor_edit, rev_len, actor_user, actor_name
from page
join revision on rev_page=page_id
join actor on rev_actor=actor_id
where page_id=33315
order by rev_timestamp;
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...