Also ich habe jetzt grad noch folgendes gefunden:
If you use a group function in a statement containing no GROUP BY clause, it is equivalent to grouping on all rows.
auf http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html gefunden.
Nun habe ich ihm mal diesen Query geschickt:
SELECT MAX(UESatz) AS "max UESatz", Name FROM t_dozent GROUP BY NULL;
und es funktioniert.
Kann das an einer MySQL Option liegen, oder war das "damals" immer so?
Danke,
Gruß
Christian