How to add column values in mysql

前端 未结 7 1997
醉话见心
醉话见心 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.

    0 讨论(0)
提交回复
热议问题