SQL
AخA
SELECT COUNT(*)
FROM revision
JOIN comment_revision ON (revision.rev_comment_id = comment_revision.comment_id)
WHERE revision.rev_actor = 753665
AND comment_revision.comment_text LIKE "add authority control"
AND revision.rev_timestamp > 20180000000000
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.