WordPress database error: [The table '/tmp/#sql_7f39_1' is full]select p.ID, p.post_title, p.post_name, p.post_date, pm.meta_value as image_id
from sh_posts p
join sh_postmeta pm
on (p.ID = pm.post_id and pm.meta_key = '_thumbnail_id')
where p.post_type = 'entertainment'
and p.post_status = 'publish'
group by p.ID
order by p.post_date desc
limit 5