teste mal so
Code:
select dummy.anzahl, dummy.deptno, dept.dname from dummy, dept where dept.deptno = dummy.deptno having dummy.anzahl=max(dummy.anzahl)
Comment