Fork of (from 2022) SDC edits by user and edit summary #WMSE-WLM-sweden by Alicia Fagerving (WMSE)
This query is marked as a draft This query has been published by Alicia Fagerving (WMSE).

SQL

AخA
 
SELECT DISTINCT page_title
      
FROM revision_userindex r1
JOIN actor_revision ON actor_id = r1.rev_actor
LEFT JOIN page ON page_id = r1.rev_page
LEFT JOIN revision r2 ON r1.rev_parent_id = r2.rev_id
WHERE actor_name IN ('Alicia Fagerving (WMSE)')
AND r1.rev_timestamp > '20221128000000'
AND r1.rev_timestamp < '20221210000000'
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...