标签:describe var ima password word user har int table
use class1;
create table user2(
-> id int auto_increment primary key,
-> name varchar(50) not null,
-> password varchar(50) not null);
describe user2;
标签:describe var ima password word user har int table
原文地址:http://www.cnblogs.com/index0629/p/7928106.html