select `posts`.*, `post_peoples`.`people_id` as `pivot_people_id`, `post_peoples`.`post_id` as `pivot_post_id` from `posts` innerjoin `post_peoples` on `posts`.`id` = `post_peoples`.`post_id` where `post_peoples`.`people_id` =81456orderby `release_date` desc
select `genres`.*, `post_genres`.`post_id` as `pivot_post_id`, `post_genres`.`genre_id` as `pivot_genre_id` from `genres` innerjoin `post_genres` on `genres`.`id` = `post_genres`.`genre_id` where `post_genres`.`post_id` =32326