Hi all,
I am using SQLSERVER 2000.
I have one table with the following structure,
No Name H1 H2 H3 .. H100
101 John 23 45 67 45
102 Smith 22 56 58 56
103 Greg 11 56 78 44
I want to sum H1, H2, H3, H4...H100. How should i do it?
Thanks in advance,
I am using SQLSERVER 2000.
I have one table with the following structure,
No Name H1 H2 H3 .. H100
101 John 23 45 67 45
102 Smith 22 56 58 56
103 Greg 11 56 78 44
I want to sum H1, H2, H3, H4...H100. How should i do it?
Thanks in advance,
Comment