Perform sum, average and multiplication across all columns in a table?
I have a table that looks like this:
id test1 test2 test3 test4 ... test200
1 90 87 85 86 70
2 100 95 83 92 80
.
.
18000
I know that there are standard operations for performing sums and averages in one column and multiplying the value of two columns together, but is it possible to do this across all columns in a row with a given ID? If it's not clear, I want to do something like this across rows instead of columns. Thanks to
0
a source to share
3 answers