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.
| 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, counterexample:id countdate counter1 2001-07-16 3451 2001-07-17 4561 2001-07-18 1562 2001-07-16 452 2001-07-17 322 2001-07-18 65etcwhat i am looking for is a query which shows the relatively fastest climbers of the last 2 days so it must show:1 3002 -33etccan anybody help me with this problem! |
|
|
|
|
|