当前位置:操作系统 > Unix/Linux >>

MySQL里创建自增的列应该用什么关键字声明

CREATE TABLE animals ( id mediumint not null auto_increment, name char(30) not null, primary key (id));
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,