Anfrage: SELECT DISTINCT task.*, firma.Firma FROM (task LEFT JOIN firma ON task.Nummer = firma.Nummer) WHERE Produktgruppe LIKE '%Freizeitpark%' ORDER BY Marke_Text ASC Error: Disk full (/tmp/#sql-temptable-2fc540-3b0a6287-2a6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")