This query is marked as a draft This query has been published by SoWhy.

SQL

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

Checking query status...