(Gast)
n/a Beiträge
|
Re: Count(...) mehrerer Tabellen in EINER SQL-Anweisung
12. Jun 2007, 22:07
Wie wärs damit?
SQL-Code:
select count(distinct personen.id) as personenzahl, count(distinct bilder.id) as bilderzahl, count(distinct kategorien.id) as kategorienzahl
from personen, bilder, kategorien
|
|
Zitat
|