📜  在 mysql 代码示例中添加 2 列值

📅  最后修改于: 2022-03-11 15:05:06.294000             🧑  作者: Mango

代码示例1
select *,(maths + chemistry + physics ) AS total FROM `student`