当前位置:网站首页>mysql的充值问题
mysql的充值问题
2022-06-26 18:40:00 【CSDN问答】
mysql中怎么样让上一个添加的数据和现在添加的数据相加。比如:累计充值,上一个数据为100元,现在我再充值100元,现在累计充值应该为200元,怎么样操作勒。
一开始我充值100,显示为100

现在我再充值200,显示为200,并不是300

我应该怎么做?
边栏推荐
- Handwritten numeral recognition based on tensorflow
- Project practice 5: build elk log collection system
- Filebeat安装及使用
- Feign远程调用
- JVM入个门(1)
- Installation and use of logstash
- When does the mobile phone video roll off?
- Project practice 4: user login and token access verification (reids+jwt)
- Development principle analysis and source code of dapp-lp single and dual currency liquidity pledge mining system
- To: seek truth from facts
猜你喜欢
随机推荐
[kubernetes] kubernetes principle analysis and practical application (under update)
Feign remote call
成功解决之idea引用Lombok的@Slf4j后无法正常使用log
Redis single sign on system + voting system
将字符串B插入字符串A,有多少种插入办法可以使新串是一个回文串
Refresh the strong pointer assignment problem in the HP-UX system of Sanguan
Vscode 基础必备 常用插件
Pinda general permission system (day 1~day 2)
Redis单点登陆系统+投票系统
Tag dynamic programming - preliminary knowledge for question brushing -2 0-1 knapsack theory foundation and two-dimensional array solution template
Leetcode interview question 29 clockwise print matrix
Yujun product methodology
ARM裸板调试之串口打印及栈初步分析
DVD digital universal disc
项目实战六:分布式事务-Seata
Chain game development finished product source code chain game system development details
必须要掌握的面试重点——索引和事务(附讲B-树与B+树)
JVM入個門(1)
Using recursion to find all gray codes with n bits
ISO文件









