How to add column values in mysql

前端 未结 7 2000
醉话见心
醉话见心 2020-12-09 15:37

This is my table data Student

\"enter

And this is my query --

7条回答
  •  粉色の甜心
    2020-12-09 16:28

    All aggregate function works on rows specified by rowname and group by operation. You need operation on individual rows which is not an option for any aggregate function.

提交回复
热议问题