QUERY: select c.categories_id, c.parent_id, c.date_added, c.last_modified, c.categories_image, cd.categories_name, cd.categories_description from categories c, categories_description cd where c.parent_id = '0' and c.categories_id = cd.categories_id and cd.language_id='1' and c.categories_status= '1' order by c.sort_order, cd.categories_name
ERROR: Disk full (/tmp/#sql_2c3_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")