SQL
AخA
SELECT COUNT(*)
FROM revision
INNER JOIN revision_comment_temp ON revision.rev_id = revision_comment_temp.revcomment_rev
INNER JOIN comment ON comment.comment_id = revision_comment_temp.revcomment_comment_id
WHERE revision.rev_actor = 33173146
AND comment.comment_text LIKE '%#wpwp%'
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.