Originally Posted by
kensuf
I'm going to be brushing up on my sql quite a bit starting next week. I have to re-write an accounting system I wrote in a hurry a few years back, so I'm going to do it the correct way this time.
while ThisTime < NextTime
loop
ThisTime = NextTime
NextTime += 1
end loop