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

SQL

AخA
 
SELECT COUNT(revision.rev_id), SUM( comment_text LIKE '%MOS:%' )
FROM revision
JOIN comment ON comment.comment_id = revision.rev_comment_id
WHERE rev_timestamp BETWEEN '20230601000000' AND '20230701000000';
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...