SQL
x
SELECT rc_timestamp AS 'Timestamp', rc_comment AS 'Action'
FROM recentchanges_userindex
WHERE rc_type = 6
AND rc_title = "Requests_for_unblock"
ORDER BY rc_timestamp ASC
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.