Hi
I need to create a new column in a table, that will hold a commulative percent values.
Let's assume we have a table of this structure :
Month Sales Percent
1 1000 0.1
2 7000 0.7
3 2000 0.2
I have calculated the 3'rd colomn (Percent).
Now what I need is a commulative...
Hello
I am trying to run sql script icluded in an Execute Sql script control.
The code should run on a certain list values.
The code is somthing like this this:
where
[tablename].[fieldname] in (value1,value2...)
My question is:
Is there a way to set the dynamic list in advance (I call it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.