Query Run
select count(*) as pl_count from pagelinks group by pl_title order by... 3 years ago
select count(*) as pl_count from pagelinks group by pl_title order by pl_title desc 3 years ago
select max(count(*)) from pagelinks group by pl_title 3 years ago
select count(*) from category where cat_pages=0; 3 years ago