SQL
AخA
SELECT rc_title, rc_namespace
FROM recentchanges_userindex, actor_recentchanges
WHERE rc_actor=actor_id
AND rc_namespace=2;
GROUP BY rc_title
ORDER BY rc_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.