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

SQL

AخA
 
SELECT rev_id, SUBSTR(rev_timestamp, 1, 8), rev_actor, ct_tag_id, ctd_name FROM revision
    JOIN change_tag ON rev_id = ct_rev_id
    JOIN change_tag_def ON ct_tag_id = ctd_id
WHERE rev_page = 60
    AND rev_timestamp > '20220401000000';
    -- AND ct_tag_id = 126;
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...