phpbar.de logo

Mailinglisten-Archive

group by - problem

group by - problem

Alexander Friess mysql_(at)_lists.phpcenter.de
Wed, 11 Apr 2001 15:52:24 +0200


Hi Berthold,

> Beispiel:
> id  a  b
> ---------
> 1   1  1
> 2   1  2
> 3   1  3
> 4   2  4
> 5   2  9
> 6   3  10
>
> Ausgabe soll sein:
> id  a  b
> ---------
> 3   1  3
> 5   2  9
> 6   3  10
>
ich verstehe nicht, warum Du gruppierst. Gruppieren heißt doch immer etwas
zusammenfassen, z. B. eine Summe bilden, Durchschnitt etc..

> select a,b from test group by a sort by b desc;

In Deinem Fall hat das "group by" keinen Effekt. Schreibst Du einmal den
Sinn Deiner Abfrage?

Gruß Alexander

---
*** Weitere Infos zur Mailingliste und MySQL unter http://www.4t2.com/mysql 



php::bar PHP Wiki   -   Listenarchive