summing two colums total in mysql

Envennybons

New Member
I want a resultset for this table :\[code\]ID Number_of_posts Number_of_user1 100 212 23 34\[/code\]as \[code\] ID Number_of_posts Number_of_user Number_of_posts_AND_Number_of_user 1 100 21 178 2 23 34 178----------------------------------------------- 123 55\[/code\]Is it possible to get the sum of two colums as another column/ as output in mysql?
 
Top