miss q : select
`T1`.`entry_id`,`T1`.`entry_title`,T1.`entry_author_id`,`T1`.`entry_authored_on`,`T1`.`entry_text`,`T1`.`entry_text_more`,T1.`entry_excerpt`,T1.`entry_keywords`,`T2`.`placement_category_id`,`T3`.`category_label`
from `mt_entry` as `T1`
left join `mt_placement` as `T2` on
T1.`entry_id` = T2.`placement_entry_id` and T2.`placement_blog_id` = 2 and T2.`placement_is_primary` =1
left join `mt_category` as `T3` on
`T2`.`placement_category_id` = `T3`.`category_id` and `T3`.`category_blog_id` = 2
where `T1`.`entry_blog_id` = 2 and
`T1`.`entry_status` = 2 and
`T1`.`entry_id` = 179
order by `T1`.`entry_authored_on` desc
limit 2 offset -2;