Fork of
Untitled query #48664
by Jack who built the house
This query is marked as a draft
This query has been published
by Jack who built the house.
SQL
x
use ruwiki_p;
select count(*)
from comment
join revision on comment_id = rev_comment_id
where
rev_timestamp > "20180220000000" and
# having CD link in an edit summary
comment_text like "%JWBTH/CD%"
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.