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