ich hab das manual zu join's schonmal angeschaut
das problem war dass in beiden tabellen die spalte
`post_id` vorkam - ich musst überall die tabellenpräfix vorne anfügen.
jetzt geht das SELECT mit dem JOIN bis auf die zeile mit dem HAVING MAX:
GROUP BY `boardposts`.post_id HAVING MAX(`boardcomments`.comment_id)