mysql_connect error

ERROR MESSAGE:Select Error 53select *, posts_dat.sid as sid, post_lists_dat.sid as lid from posts_dat inner join post_lists_dat on posts_dat.sid = post_lists_dat.posts_id where posts_dat.state IS NULL and posts_dat.open_flg = 1 and posts_dat.issue <= '2025-12-24' and ( posts_dat.sdate <='2025-12-24' or posts_dat.sdate is NULL ) and ( posts_dat.edate >='2025-12-24' or posts_dat.edate is NULL ) and posts_dat.open_flg = 1 and posts_dat.issue <= '2025-12-24' and (posts_dat.sdate <='2025-12-24' or posts_dat.sdate is NULL) and ( posts_dat.edate >='2025-12-24' or posts_dat.edate is NULL) and ( posts_dat.hashtag1 = '女性活躍' or posts_dat.hashtag2 = '女性活躍' or posts_dat.hashtag3 = '女性活躍' or posts_dat.hashtag4 = '女性活躍' or posts_dat.hashtag5 = '女性活躍') order by posts_dat.issue desc,posts_dat.tdate desc