Hallo.
Ich hab nen Problem. Ich möchte auf meiner Seite eine Statistikseite machen, auf der dann alle Zahlen über die vorhandenen Bereiche zu sehen sind.
Meine Seite ist eine GFX Seite, und ich möchte zb Avatare mit count zusammenzählen, um die Anzahl herauszufinden. Und das halt mit mehreren Tabellen, nur ich glaub fast, mein SQL Befelh funktioniert nicht.
Das wäre der komplette Befehl, wie ich sie bis jetzt geschrieben habe, nur anscheinend funktioniert das nicht..
Kann mir da jmd weiterhelfen? Wäre voll lieb
Ich hab nen Problem. Ich möchte auf meiner Seite eine Statistikseite machen, auf der dann alle Zahlen über die vorhandenen Bereiche zu sehen sind.
Meine Seite ist eine GFX Seite, und ich möchte zb Avatare mit count zusammenzählen, um die Anzahl herauszufinden. Und das halt mit mehreren Tabellen, nur ich glaub fast, mein SQL Befelh funktioniert nicht.
SELECT count(affilates_id) as affilates, count(avatar_id) as avatar, count(banner_id) as banner,
count(blacklist_id) as blacklist, count(layout_id) as layout, count(link_us_button_id) as linkus,
count(partner_id) as partner, count(splash_id) as splash, count(template_id) as template, count(webby_id) as webby,
count(wmc_t_id) as wmc
FROM affilates, avatar, banner, blacklist, layout, linkus_button, partner, splash, template, webby, wmc_t;
count(blacklist_id) as blacklist, count(layout_id) as layout, count(link_us_button_id) as linkus,
count(partner_id) as partner, count(splash_id) as splash, count(template_id) as template, count(webby_id) as webby,
count(wmc_t_id) as wmc
FROM affilates, avatar, banner, blacklist, layout, linkus_button, partner, splash, template, webby, wmc_t;
Kann mir da jmd weiterhelfen? Wäre voll lieb
Kommentar