[ SQL ] SELECT `b`.`id`,`b`.`post_title`,`b`.`post_excerpt`,`b`.`published_time` FROM `fh_portal_category_post` `a` INNER JOIN `fh_portal_post` `b` ON `b`.`id`=`a`.`post_id` WHERE `a`.`category_id` = 1 AND `a`.`status` = 1 AND `b`.`post_status` = 1 ORDER BY `b`.`published_time` DESC LIMIT 0,5 [ RunTime:0.000328s ]