摘要: Mysql Day03 自增特性 create table t1( id int primary key auto_increment, name varchar(32) ); insert into t1(name) values('aa'),('bb'),('cc'); insert into 阅读全文
posted @ 2022-05-06 00:53 扶我上码 阅读(18) 评论(0) 推荐(0)