首页 > 学技术 > 技术网文 > MySQL > 正文

[精华] MySQL 里创建自增的列应该用什么关键字声明?


来源 chinaunix.net 酷勤网整理

谢谢!~



 mizuki 回复于:2002-07-14 11:04:24

知道了

CREATE TABLE animals (id mediumint not null auto_increment,
name char(30) not null,
primary key (id))&#59;




原文链接:http://bbs.chinaunix.net/viewthread.php?tid=15710

收藏到: