I'm not sure if this is possible but what i want to do is as follows:
I need to
Select all values in a table that are smaller then the preceding one
timewise or ID wise. Which ever.
I have three columns. ID, timestamp and value.
I'm using SQL server 2000. Is it possible to do this withou transact
sql?
Thanks
Mark
I need to
Select all values in a table that are smaller then the preceding one
timewise or ID wise. Which ever.
I have three columns. ID, timestamp and value.
I'm using SQL server 2000. Is it possible to do this withou transact
sql?
Thanks
Mark
Comment