L
Lina Manjarres
I have a table with the following data:
IdStbd IdIndctr Index
1 1 1.1
1 2 1.2
1 3 1.3
I need to have a query that take the Index numbers and multiplied them.
I won't know how many indexes I will have.
How can I do that?
Thanks a lot!!
Lina
IdStbd IdIndctr Index
1 1 1.1
1 2 1.2
1 3 1.3
I need to have a query that take the Index numbers and multiplied them.
I won't know how many indexes I will have.
How can I do that?
Thanks a lot!!
Lina