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
Matěj Suchánek
.
Toggle Highlighting
SQL
USE wikidatawiki_p; SELECT epp_entity_id, epp_entity_type, rev_parent_id, rev_timestamp FROM wb_entity_per_page JOIN revision ON rev_parent_id = 0 AND rev_page = epp_page_id WHERE rev_timestamp LIKE CONCAT( epp_entity_id % 10000, IF((((epp_entity_id - epp_entity_id % 10000) / 10000) % 100) < 10, 0, "") ((epp_entity_id - epp_entity_id % 10000) / 10000) % 100, (epp_entity_id - epp_entity_id % 1000000) / 1000000, "%" );
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...