计算 mysql 数据库行中的值
我的数据库中有一个如下所示的表。
id count
-----------
1 23
2 20
3 12
4 4
“计数”列会定期更改。如何添加计数列中的所有值并将它们显示在前端?例如,在本例中,它们的总和为 59。
I have a table in my database that looks like this.
id count
-----------
1 23
2 20
3 12
4 4
The "count" column will periodically change. How would I add all the values in the count column and display them on the front end? So for example, in this case they would add up to 59.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)