Forum Discussion
anandprakashnm
8 years agoFrequent Visitor
create a new column by adding two or more column
I have data in following format:- Student_id maths_marks English_Marks French_Marks 12 50 80 100 13 80 ...
- 8 years ago
New Column
total = score[maths]+score[english]+score[french]
pawel1
8 years agoKudo Kingpin
New Column
total = score[maths]+score[english]+score[french]