Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 relatively fastest climbers of the last 2 days

Author  Topic 

Mercy
Starting Member

2 Posts

Posted - 2001-07-20 : 04:09:52
I have a table called counter whith the following fiels:

id, countdate, counter

example:
id countdate counter
1 2001-07-16 345
1 2001-07-17 456
1 2001-07-18 156
2 2001-07-16 45
2 2001-07-17 32
2 2001-07-18 65
etc

what i am looking for is a query which shows the relatively fastest climbers of the last 2 days

so it must show:
1 300
2 -33
etc

can anybody help me with this problem!


   

- Advertisement -