摘要: create table test1( id int primary key AUTO_increment, name varchar (20), salary int default 1000 ); insert into test1 (name)values ('111'),("222"),(" 阅读全文
posted @ 2018-11-23 14:59 Neroi 阅读(129) 评论(0) 推荐(0)