select p.post_id , p.post_title from blog_post p, blog_category c, blog_post_category_cross cc where cc.category_id = c.category_id and cc.post_id = p.post_id and p.member_id = '575711' and p.site_type = 'pi' and p.post_status = 'Y' and c.category_status = 'Y' group by p.post_id order by post_date desc limit 0,5
Leave a Comment