SELECT ornamentation_images.ismark ismark,ornamentation_images.width width,ornamentation_images.height height,users.nickname name,ornamentations.id id,ornamentations.image_name image_name,ornamentations.image_url image_url,ornamentations.add_author add_author,ornamentations.browse_real_cnt browse_real_cnt,ornamentations.comnum comnum,users.head head,users.comnum unreadFROM `ornamentation_images`
LEFT JOIN users on ornamentation_images.add_author=users.id
LEFT JOIN ornamentations on ornamentation_images.ornamentation_id=ornamentations.id
WHERE ( ornamentations.enable = 0 ) AND ( ornamentations.checkstatus = 2 )
ORDER BY ornamentations.id desc LIMIT 0,5