Answers for "mysql select addition of columns"

SQL
0

addition of 2 column value in mysql

select *,(maths + chemistry + physics ) AS total FROM `student`
Posted by: Guest on August-20-2021

Code answers related to "mysql select addition of columns"

Code answers related to "SQL"

Browse Popular Code Answers by Language