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
Duesentrieb
.
Toggle Highlighting
SQL
select rc_title, rc_timestamp, count(*) as n from recentchanges join linktarget on lt_namespace = 10 and lt_title = rc_title join templatelinks on tl_target_id = lt_id where rc_namespace = 10 and rc_timestamp like "2023070312%" group by rc_title order by n desc limit 10;
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...