editolis
Panathinaikos Fun
- Local time
- Today, 19:48
- Joined
- Oct 17, 2008
- Messages
- 107
Hi,
Need some help with my table.
I Want to calculate the results from my table with all the possible combinations and to put them to another table.
For example:
tbl1
ID | Num
1 | Num1 = 2,15
2 | Num2 = 3,69
3 | Num3 = 4,85
etc
I Want this to the table tbl2:
Num1 | Num2 | Num3 etc | Results
2,15 | Null | Null | res1(Num1*Num2*Num3 etc) = 2,15
2,15 | 3,69 | Null |res2(Num1*Num2*Num3 etc) = 7.93
2,15 | 3,69 | 4,85 |res3(Num1*Num2*Num3 etc) = 38.47
3,69 |4,85 | Null etc...
Grand total (Res1+Res2+Res3 etc) = 655.89
Imagine if you have id 30 how many combinations you have.
Thank you in advance
Need some help with my table.
I Want to calculate the results from my table with all the possible combinations and to put them to another table.
For example:
tbl1
ID | Num
1 | Num1 = 2,15
2 | Num2 = 3,69
3 | Num3 = 4,85
etc
I Want this to the table tbl2:
Num1 | Num2 | Num3 etc | Results
2,15 | Null | Null | res1(Num1*Num2*Num3 etc) = 2,15
2,15 | 3,69 | Null |res2(Num1*Num2*Num3 etc) = 7.93
2,15 | 3,69 | 4,85 |res3(Num1*Num2*Num3 etc) = 38.47
3,69 |4,85 | Null etc...
Grand total (Res1+Res2+Res3 etc) = 655.89
Imagine if you have id 30 how many combinations you have.
Thank you in advance
Last edited: