Fork of
Untitled query #19564
by EpochFail
This query is marked as a draft
This query has been published
by Hall1467.
SQL
AخA
USE enwiki_p;
SELECT DISTINCT rc_this_oldid, wbc.eu_aspect FROM wikidatawiki_p.recentchanges
INNER JOIN enwiki_p.wbc_entity_usage AS wbc ON
rc_namespace = 0 AND
wbc.eu_entity_id = rc_title
WHERE
wbc.eu_page_id IN (12, 3289672, 234234, 234234, 2432) AND
rc_timestamp > "201706114";
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.