mysql新建表

CREATE TABLE table(   id int(20) not null auto_increment primary key, //auto_increment當爲空時自動補全,注意,類型應該定義爲int,primary key表示當前是主鍵   name varchar(20) not null,   size int(100) not null,   path varchar(10
相關文章
相關標籤/搜索