create table T_Stu{ stu_id int(11) not null auto_increment primary key, stu_name varchar(50) not null, stu_pwd varchar (50) not null }engine=innodb default charset=utf8;
mysql语句
标签:
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did118682