Fork of
[at] New pages created with a hashtag (by a single user in a timespan)
by Alicia Fagerving (WMSE)
This query is marked as a draft
This query has been published
by Alicia Fagerving (WMSE).
SQL
AخA
SELECT COUNT(DISTINCT(r.rev_page)) as new_pages
FROM wikidatawiki_p.revision r
WHERE r.rev_timestamp > '20170311000001'
AND r.rev_timestamp < '20180101000000'
AND r.rev_user_text = 'AliciaFagervingWMSE-bot'
AND r.rev_comment LIKE '%#be-bru%'
AND r.rev_parent_id = 0
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.