W
Wil
Hi,
I have a table with date, hour, and traffic data. The table was updated in
an hourly basis,e.g.
date hour traffic
5/1/05 0 100
5/1/05 1 102
...
...
5/2/05 22 130
5/2/05 23 200
My question is, how will I select the maximum traffic value per date?
Sample output:
date hour traffic
5/1/05 1 102
5/2/05 23 200
Regards,
Wilfredo
I have a table with date, hour, and traffic data. The table was updated in
an hourly basis,e.g.
date hour traffic
5/1/05 0 100
5/1/05 1 102
...
...
5/2/05 22 130
5/2/05 23 200
My question is, how will I select the maximum traffic value per date?
Sample output:
date hour traffic
5/1/05 1 102
5/2/05 23 200
Regards,
Wilfredo