Query: SELECT v.video_id, v.title, v.slug, v.rating, v.rated_by, v.duration, v.thumb,
v.thumbs, v.total_views, v.add_time, v.ext, v.hd, v.premium, v.likes,
u.username, v.type
FROM pbvideo_category AS vc
INNER JOIN pbvideo AS v ON (v.video_id = vc.video_id AND v.status = 1)
INNER JOIN pbuser AS u ON (u.user_id = v.user_id)
WHERE vc.cat_id = 45 AND v.add_time > 1704067200 ORDER BY v.total_views DESC LIMIT 12068,28
Error Message: Can't create/write to file '/tmp/#sql-temptable-5394-828f52-3227d.MAI' (Errcode: 28 "No space left on device")
Error Number: 1