Viewing 3 posts - 1 through 4 (of 4 total)
So it works!
counterdif =CAST(0 AS REAL),
counterdifsum = CAST(0 AS REAL)
all i needed to change 🙂
Thanks so much for that code.
October 20, 2011 at 5:40 pm
#1397702
Hello again,
Got my seq fixed but i get these errors:
Msg 240, Level 16, State 1, Line 2
Types don't match between the anchor and the recursive part in column "counterdif" of...
October 20, 2011 at 4:49 pm
#1397696
This is a single query I am using to get a grout volume actually. database is stored every 10 seconds always. ID column counts +1. I have...
October 20, 2011 at 4:07 pm
#1397691