Fork of Item creation on Wikidata by user by Ainali
This query is marked as a draft This query has been published by Ainali.

SQL

x
 
SELECT COUNT(rev_id) FROM revision 
JOIN page AS p ON rev_page = page_id
JOIN actor AS a ON rev_actor = actor_id
WHERE a.actor_name LIKE 'Steam Flow'
AND p.page_namespace = 0
AND rev_timestamp > '20250325000000' 
AND rev_timestamp < '20250925000000'
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...