SQL
AخA
SELECT rc_timestamp, page.page_title, rc_this_oldid, rc_last_oldid, actor_name FROM recentchanges_userindex
JOIN actor_recentchanges ON actor_id = rc_actor
JOIN page ON page.page_id = rc_cur_id
AND rc_namespace = 14
AND rc_type = 6
AND rc_title = "All_articles_with_a_promotional_tone"
AND rc_params LIKE "%:0;}"
AND rc_deleted = 0
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.