:
select `p`.`id` as `post_id`
from `Post` as `p` left join
`Account` as `a`
on `a`.`id` = `p`.`author`
where `p`.`id` in ('9', '10', '76', '77', 123)
order by `p`.`id` asc;
Post(id) where. order by.
, Post(id) . - . in . , id . . , :
where p.id in (9, 10, 76, 77, 123)
, . MySQL . , . MySQL . , Posts(id, author). .