Discussion: MySQL group
Afficher un message
Vieux 18/09/2007, 05h48   #3
jbl
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: MySQL group

> Here is some pseudocode.
>
> P0 = 2;
> foreach loop {
> read next row from returned mysql query resource
> get P and time from this row
> if (P != P0) {
> P0 = P;
> output time and P
> }
>
> }

I'm using this solution, but on the client side.
If the connection is over the internet, this is
a very long way to get results.

  Réponse avec citation
 
Page generated in 0,04622 seconds with 9 queries