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