mysql数据库如何创建自增长标识? id int identity(1,1)在mysql中行不同啊!!!
idintidentity(1,1)在mysql中行不通啊!!!mysql>createtableaa(idintidentity(1,1),namevarchar(50...
id int identity(1,1)在mysql中行不通啊!!!
mysql> create table aa(id int identity(1,1),name varchar(50));
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'identity(1,1),name varchar(50))' at line 1 展开
mysql> create table aa(id int identity(1,1),name varchar(50));
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'identity(1,1),name varchar(50))' at line 1 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询