好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

mysql语句

基本建表语句
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语句

标签:

查看更多关于mysql语句的详细内容...

  阅读:26次