Query Run
select * from templatelinks limit 10; 5 years ago
select * from templatelinks limit 10; 5 years ago
select tl_title, count(*) as usages from templatelinks WHERE tl_namespace =... 5 years ago
select tl_title, count(*) as usages from templatelinks group by tl_title... 5 years ago
select , count(*) as usages from templatelinks group by tl_title WHERE... 5 years ago
select count(*) from templatelinks WHERE tl_namespace = 10 5 years ago
select count(*) from templatelinks 5 years ago