Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
So9q
.
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 >= 1630316057 AND rc_timestamp < now() AND rc_source = 'mw.edit' AND ctd_name IN ('data-bridge', 'client-linkitem-change', 'client-automatic-update', 'wikidata-ui', 'termbox') 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...