SQL
AخA
SELECT rc_title, rc_namespace, sum(1) as c
FROM recentchanges_userindex, actor_recentchanges
WHERE rc_actor=actor_id
AND rc_namespace=2
AND rc_title LIKE "%at-%js"
AND rc_source = "mw.edit"
GROUP BY rc_actor, 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.