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