Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
ruwiki: Transclusion count of latest edited pages
by
Jack who built the house
This query is marked as a draft
This query has been published
by
Jack who built the house
.
The time interval is adjustable.
Toggle Highlighting
SQL
use ruwiki_p; select distinct rc_namespace, rc_title, ( select count(*) as Transclusion_count from templatelinks where templatelinks.tl_title = recentchanges.rc_title and templatelinks.tl_namespace = recentchanges.rc_namespace having Transclusion_count > 0 ) as Transclusion_count2 from recentchanges where (rc_type = 0 or rc_type = 1) order by rc_id desc limit 200
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...