I have a table with the following values
orig_acct,
alt_acct,
value1,
value2,
value3
Orig_acct is unique but alt_acct is not. I need to sum and get the average of the values of value1, value2, value3 for each orig_acct. So for each orig_acct there are many values and in each case it's different. Can this be done in one query?
Thanks!
Michael
orig_acct,
alt_acct,
value1,
value2,
value3
Orig_acct is unique but alt_acct is not. I need to sum and get the average of the values of value1, value2, value3 for each orig_acct. So for each orig_acct there are many values and in each case it's different. Can this be done in one query?
Thanks!
Michael