SQL
AخA
select rc.rc_id, rc.rc_cur_id, rc.rc_title, rc.rc_timestamp, rc.rc_this_oldid, rc.rc_last_oldid, rc.rc_user_text, rc.rc_old_len, rc.rc_new_len, rc.rc_comment from recentchanges as rc inner join categorylinks as cl on rc.rc_cur_id = cl.cl_from where cl.cl_to = 'All_stub_articles' and rc.rc_timestamp >= DATE_SUB(NOW(), INTERVAL 2 HOUR) ORDER BY rc.rc_timestamp DESC
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.