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
SQL
.
Toggle Highlighting
SQL
SELECT rd_title AS new, rev_timestamp, source.page_title AS source, (SELECT Count(pl_from) FROM pagelinks WHERE pl_title = source.page_title and pl_namespace = 2) as links FROM redirect JOIN page AS target ON page_title = rd_title AND page_namespace = rd_namespace JOIN page AS source ON source.page_id = rd_from JOIN revision ON rev_id = target.page_latest WHERE rd_title LIKE "%/%.js" AND rd_namespace = 2 and rev_timestamp > 20180500000000 order by rev_timestamp desc;
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...