Böyle bir şey olabilir mi acaba denemedim ama.

SELECT a.* 
FROM post a
LEFT JOIN new_post s
  ON a.id = s.id
WHERE s.id  NOT IN (a.id) ;