Insert problem
586231Jul 3 2007 — edited Jul 4 2007 Hi,
I have the following situation:
I have column A and column B and I need an insert statement that will work in the following way:
B(0) = A(0)
B(X) = B(X-1)+A(X)
Can someone help?
Thanks in advance.