[ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `c` ON `p`.`id`=`c`.`post_id` WHERE `p`.`post_status` = 1 AND `c`.`category_id` = '2' AND `p`.`id` <> '87' ORDER BY `p`.`create_time` DESC LIMIT 3 [ RunTime:0.000813s ]