摘要: 1.插入语句: create table test( id int(4) not null auto_increment, name char(20) not null, primary key(id)); insert into test (id,name) values(1,'oldboy') 阅读全文
posted @ 2019-08-26 22:04 小熊尤里 阅读(152) 评论(0) 推荐(0)