mysql命令行建立表,插入表數據

mysql命令行建立表,插入表數據 create table t_hero( id int unsigned auto_increment primary key, name varchar(10) unique not null, age tinyint unsigned default 0, gender set("男", "女"), state varchar(10) );html    
相關文章
相關標籤/搜索