Query Run
select cat_title,cat_pages from category where cat_pages>2000 order by... 2 years ago
select cat_title,cat_pages from category where cat_pages>2000; 2 years ago
select cat_title,count(*) from category where cat_pages>2000 group by cat_id; 2 years ago
select count(*) from category where cat_pages>2000; 2 years ago
select * from imagelinks where il_from='4848'; 2 years ago