亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

mysql怎么使用事務修改表

小新
164
2020-12-14 19:04:56
欄目: 云計算

mysql怎么使用事務修改表

mysql使用事務修改表的示例:

1.新建一個表,代碼:

create table account(

id char(10) primary key,

card_id varchar(20) unique,

name varchar(8) not null,

money float(10,2) default 0

);

insert into account values('1','1234567890','張三',1000);

insert into account (id,card_id,name) values('2','0987654321','張三’);

2.通過事務修改money字段的數據,代碼:

start transaction

update account set money=money-100 where card_id= '1234567890';

update account set money=money+100 where card_id= '0987654321';#此處我們故意寫錯DML語句

commit;

select * from account

1
政和县| 汕尾市| 大新县| 繁峙县| 徐州市| 绥德县| 洪湖市| 辽中县| 玉树县| 长兴县| 永寿县| 临漳县| 如皋市| 仁化县| 丹寨县| 晋城| 遂川县| 光山县| 满城县| 武强县| 新昌县| 胶州市| 湘潭市| 化隆| 公主岭市| 扶风县| 定日县| 湘潭县| 永济市| 马边| 乐业县| 铜陵市| 巧家县| 电白县| 稷山县| 雷山县| 磴口县| 镇平县| 威信县| 元江| 吴江市|