摘要: create table table1(name char(50),total int ) insert into table1 (name,total) values('A',200);insert into table1 (name,total) values('B',1000); mysql> 阅读全文
posted @ 2018-02-27 16:56 celineluo 阅读(1117) 评论(0) 推荐(0)