Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Wikidata edits by selected change tags (including semi-automated tools)
by
So9q
This query is marked as a draft
This query has been published
by
So9q
.
forked from https://gerrit.wikimedia.org/r/c/analytics/wmde/scripts/+/715710/1/src/wikidata/site_stats/sql/recent_changes_by_tags.sql Details about the tags can be found here https://www.wikidata.org/wiki/Special:Tags
Toggle Highlighting
SQL
SELECT ctd_name, COUNT(*) AS count FROM wikidatawiki_p.recentchanges JOIN wikidatawiki_p.change_tag ON ct_rc_id = rc_id JOIN wikidatawiki_p.change_tag_def ON ctd_id = ct_tag_id WHERE rc_timestamp >= TIMESTAMP('2021-08-30 00:00:00') AND rc_timestamp < TIMESTAMP('2021-08-31 00:00:00') AND rc_source = 'mw.edit' AND ctd_name IN ('mw-reverted', 'mw-manual-revert', 'mw-undo' ) GROUP BY ctd_name
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...