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
Lucas Werkmeister (WMDE)
.
The oldest Wikidata changes that have not yet been dispatched to English Wikipedia. Note that this includes changes to pages that enwiki isn’t subscribed to in the first place (those with empty cs_subscriber_id) – the intention behind that is to get a rough idea of how many of the changes (some? most?) are sent to enwiki.
Toggle Highlighting
SQL
USE `wikidatawiki_p`; SELECT `change_id`, `change_type`, `change_object_id`, `change_revision_id`, `change_user_id`, `cs_subscriber_id` FROM `wb_changes` LEFT JOIN ( SELECT * FROM `wb_changes_subscription` WHERE `cs_subscriber_id` = "enwiki" ) AS `enwiki_subscription` ON `cs_entity_id` = `change_object_id` WHERE `change_id` > 578213655 LIMIT 500
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...