Answers for "mysql sum two columns by id"

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 "SQL"

Browse Popular Code Answers by Language