selectcount(*) as aggregate from `articles` where `title` like'%4-2%'and `publish_time` <='2025-07-11 11:28:11'and `status` =1and `articles`.`deleted_at` isnull
select `sections`.*, `article_section`.`article_id` as `pivot_article_id`, `article_section`.`section_id` as `pivot_section_id` from `sections` innerjoin `article_section` on `sections`.`id` = `article_section`.`section_id` where `article_section`.`article_id` in (200315, 201107, 201116, 201838, 226388) and `sections`.`deleted_at` isnull