i want to make a column in mysql table which display sum of three columns.is it possible?how?
eg
a table with column
price1
price2
price3
totalprice
after inserting 3 prices total price column will get automatically filled
eg
a table with column
price1
price2
price3
totalprice
after inserting 3 prices total price column will get automatically filled
Comment