SQL
AخA
USE cswiki_p;
DESCRIBE revision_userindex;
/*SELECT * FROM revision_userindex
JOIN actor_revision ON rev_actor = actor_id
JOIN comment_revision ON rev_comment_id = comment_id
WHERE actor_name = 'MatSuBot'
AND rev_timestamp > '20190000000000'
AND comment_text LIKE '%add missing labels%'*/
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.