phpbar.de logo

Mailinglisten-Archive

AW: [php] Select mit Summe

AW: [php] Select mit Summe

Andreas Stagl a.stagl at gmx.at
Fre Mar 25 12:02:53 CET 2005


Hallo Harald,

ANGEL Harald schrieb:

>[...]
>Danke, aber ich bräuchte die Infos in einer Zeile.. Weil ich das nicht für einen User wie beschrieben ausführe sondern für x User...
>  
>
müsste ungefähr so funktionieren... habs natürlich nicht getestet:

select
  t1.anz_gesamt,
  t2.anz_0er,
  t3.anz_1er
from
  (select userid,count(art) as anz_gesamt from news group by userid) as t1,
  (select userid,count(art) as anz_0er from news where art=0 group by 
userid) as t2,
  (select userid,count(art) as anz_1er from news where art=1 group by 
userid) as t3,
where
  t1.userid = t2.userid and
  t2.userid = t3.userid and
  t1.userid = 1234

LG aus Wien,
Andy

php::bar PHP Wiki   -   Listenarchive