Mailinglisten-Archive |
Hallo, ich habe hier ein Problem, bei dem ich nicht weiterkomme und würde euch gerne um Hilfe bitten. Eine einfache Abfrage sieht so aus: select a, count(b) as c from table where datum="2002-03-28" and m="10" and b="01" group by a; Soweit funktioniert es. Nun will/muss ich aber in der selben Abfrage auch die b`s zaehlen, die "02" sind. Ich habe es so probiert: select x.a, count(x.b) as c, count(y.b) as d from table x, table y where x.datum="2002-03-28" and x.m="10" and x.b="01" and y.b="02" group by x.a; Wenn ich das probiere, laeuft sich die Anfrage tot. Kann mir da jemandem weiterhelfen? Guss, Thomas Fritz --- Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter -->> http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive