Was ist mit
SELECT
a.name, count(h.pk_asset) as anz_hw, count(s.id) as anz_sw, count(p.pk_peripheral) as anz_pe
FROM Abteilung a, hardware h, software s, peripherals p
WHERE a.id_abteilung=h.abteilung_fk AND a.id_abteilung=s.abteilung_fk AND a.id_abteilung=p.abteilung_fk
GROUP BY a.name ORDER BY a.name
Ansonsten wie im ersten Post gesagt, schick mir den Dump.
So wirds ansonsten voraussichtlich nichts draus.
mfg
SELECT
a.name, count(h.pk_asset) as anz_hw, count(s.id) as anz_sw, count(p.pk_peripheral) as anz_pe
FROM Abteilung a, hardware h, software s, peripherals p
WHERE a.id_abteilung=h.abteilung_fk AND a.id_abteilung=s.abteilung_fk AND a.id_abteilung=p.abteilung_fk
GROUP BY a.name ORDER BY a.name
Ansonsten wie im ersten Post gesagt, schick mir den Dump.
So wirds ansonsten voraussichtlich nichts draus.
mfg
Kommentar