WordPress database error: [Unknown column 'p.ID' in 'field list']SELECT
`p`.`ID`, `p`.`post_title`, `p`.`post_content`, `p`.`post_excerpt`, `p`.`post_type`, `p`.`post_password`, `p`.`post_parent`, `p`.`post_date_gmt`, `p`.`post_modified_gmt`, `ap`.`priority`, `ap`.`frequency`
FROM wpeo_aioseo_notifications
LEFT JOIN wpeo_aioseo_posts as ap ON `ap`.`post_id` = `p`.`ID`
WHERE 1 = 1 AND
`p`.`post_status` = 'publish'
AND p.post_type IN ( 'post' )
AND ( `ap`.`robots_noindex` IS NULL OR `ap`.`robots_default` = 1 OR `ap`.`robots_noindex` = 0 )
AND `notification_name` = 'deprecated-filters'
ORDER BY `p`.`ID` ASC
LIMIT 1000, 1000
/* 1 = 1 */