Query:
SELECT c.category_id, c.name, c.slug, c.description, c.total_videos, ct.name, ct.description
FROM video_categories AS c
LEFT JOIN video_categories_translations AS ct ON (ct.category_id = c.category_id AND ct.lang_id = 1)
WHERE c.orientation IN (1)
ORDER BY ct.name ASC
Error Message: Can't create/write to file '/var/tmp/#sql_b60_0.MAI' (Errcode: 28) Error Number: 1