Query Run
select rd_from, page_title, rd_title, count(*) as total from redirect ,... 2 years ago
select rd_from, page_title, rd_title, count(*) as total from redirect ... 2 years ago
select rd_from, rd_title, count(*) as total from redirect group by... 2 years ago
select rd_from, rd_title, count(*) as total from redirect group by rd_from... 2 years ago
select rd_from, count(*) as total from redirect group by rd_from order by... 2 years ago
select rd_title, count(*) as total from redirect group by rd_title order... 2 years ago
select rd_title, count(*) as total from redirect where total > 100 group by... 2 years ago
select rd_title, count(*) as total from redirect group by rd_title order by... 2 years ago