更改 MySQL 中的表信息
我对 MySQL 比较陌生。
因此,假设我创建了一个表,并且我的表使用“id”列来跟踪唯一的标识号。但是,在创建表时,我忽略了指定我希望列自动递增(而不是空)以及表的主键。我可以使用什么 MySQL 语句来更改此表的信息,使其符合我的要求?我尝试过“ALTER TABLE”命令的一些变体,但似乎不理解语法。
I'm relatively new to MySQL.
So, let's say I make a table and my table utilizes an "id" column to keep track of a unique identification number. However, when creating my table, I neglected to specify that I wanted the column to be auto-incremented, not null, and the primary key of the table. What MySQL statement can I use to alter the information of this table so that it is correct for what I want? I have tried some variations of the "ALTER TABLE" command, don't seem to understand the syntax.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用这个:
use this: