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 max(rc_timestamp) as mmmm, rc_namespace, rc_title, ( select count(*) from templatelinks where templatelinks.tl_title = recentchanges.rc_title and templatelinks.tl_namespace = recentchanges.rc_namespace ) as Transclusion_count from recentchanges where (rc_type = 0 or rc_type = 1) and rc_namespace = 10 group by rc_title, rc_namespace order by mmmm 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...