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