I have a table called reviewdb with columns q1,q2,q2.I want to find average of q1,q2 and q3 and store those average values in rows. please help me.
q1 q2 q3
5 4 2
4 3 2
4 5 1
find avg of q1,q2, q3 and store avg of q1 in a row and avg of q2 in another row and avg of q3 in the next row.
q average
q1 4.3
q2 4
q3 1.6