add values from 3 cloumns into a new column [message #88358] |
Tue, 16 July 2002 18:05 |
George
Messages: 68 Registered: April 2001
|
Member |
|
|
Hi,
Please help me to solve this problem:
My report is like this:
select ename, dname, f1(paras), f2(paras), f3(paras)
here f1, f2, and f3 are functions which return a number, I need to have another column TOTAL which equals to the sum of (f1, f2 and f3)
I know I can create another column (f1+f2+f3) TOTAL, but it will re_call the functions and redo the same calcs, is there any better way to do add the values withour re_calculate?
Thanks
|
|
|
|
|