SQL
AخA
SELECT rc_title, rc_namespace
FROM recentchanges_userindex, actor_recentchanges
WHERE rc_actor=actor_id
AND rc_namespace=2
AND rc_title LIKE "%js"
AND rc_source = "mw.edit"
LIMIT 10
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.