SQL
AخA
SELECT DISTINCT page_title,page_namespace,actor_name FROM `recentchanges` JOIN `actor` ON ((actor_id=rc_actor)) JOIN `page` ON ((page_id=rc_cur_id)) WHERE ((`rc_source`='mw.new' OR (`rc_log_type`='upload' OR `rc_log_action`='upload')) AND `page_title` LIKE '%(video_game)') ORDER BY `rc_timestamp` DESC LIMIT 500
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.