Query Run
select * from templatelinks where tl_title like 'Infobox%' 3 years ago
select * from templatelinks where lower(tl_title) like 'infobox%' 3 years ago
select * from templatelinks where lower(tl_title) like 'infobox%company' 3 years ago
select * from templatelinks where tl_title like 'Infobox_Company' 3 years ago
select * from templatelinks where tl_title like 'Infobox_Company' limit 1000 3 years ago
select * from templatelinks where tl_title like 'Infobox%omp%' limit 1000 3 years ago
select * from templatelinks where tl_title like 'Infobox%' limit 1000 3 years ago
select * from templatelinks where tl_title like 'Infobox%' limit 10 3 years ago