摘要: 1.创建数据库: create database test0922; use test0922; 2.创建数据表测试事务: create table account( -> id int primary key auto_increment, -> name varchar(20), -> mone 阅读全文
posted @ 2019-09-22 10:09 醉醺醺的 阅读(331) 评论(0) 推荐(0)