[ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `post`.`post_type` = '3' AND ( `category_post`.`category_id` IN ('21','22','23','24','25','26') ) AND ( `post`.`published_time` > '0' and `post`.`published_time` < '1746288772' ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 3 [ RunTime:0.010888s ]