Click here to Skip to main content
15,884,836 members

Comments by bjreed (Top 2 by date)

bjreed 22-Feb-11 11:05am View    
Deleted
The problem with this query is that you're assuming Field1 will always be smaller than the previous record. You should sort by some unique identifier, and say where ID < t.ID
bjreed 22-Oct-10 13:51pm View    
Deleted
Reason for my vote of 5
Worked great