mysql按行顺序更新

场景 一张表,记录了交易时间、消费和余额。 建立表mysql create table t_order ( create_time timestamp not null default current_timestamp comment "订单建立时间", amount int not null comment "订单消费金额", balance int not null comment "余额"
相关文章
相关标签/搜索