cat chatSELECT b.* ,blogcat.slug FROM blog b, blog_category blogcat WHERE b.category_id=blogcat.id AND blogcat.slug='chat' order by id desc LIMIT 0, 20