phpbar.de logo

Mailinglisten-Archive

zwei Bedingungen auf eine Spalte

zwei Bedingungen auf eine Spalte

Thomas Fritz mysql-de_(at)_lists.bttr.org
Tue, 23 Apr 2002 14:57:31 +0200


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