go top

add primary key

网络释义

  向表中增加一个主键

// 在不重启的情况下刷新用户权限 flush privileges // 向表中增加一个主键 add primary key // 修改表结构增加一个新的字段 add a new column userid after picid ..

基于91个网页-相关网页

  字段名

如果该字段不是主键,需要先设置该字段为主键: alter table 表名 add primary key(字段名); 修改字段为自动增长 alter table 表名 change 字段名 字段名 字段类型 auto_increment; select 自增列=identity(int,1,1),* in...

基于84个网页-相关网页

  字段列表

语法:alter table 表名add primary key(字段列表); 举例来一个:先创建一个没有标明字段是主键的表,然后修改 通过修改表字段属性来追加字段主键   主键约束 主键对应的字段中的数...

基于22个网页-相关网页

  为表添加一个主键

add primary key (列名)为表添加一个主键,如果主键已经存在,则出现错误 alter 列名 set default 默认值 可以更改指定列默认值 .

基于18个网页-相关网页

有道翻译

add primary key

添加主键

以上为机器翻译结果,长、整句建议使用 人工翻译

双语例句

  • Don't worry about the primary key "leaking" through - you'll see how to add a more descriptive label in the next section.

    不用担心泄漏在下一节看到如何添加更具描述性的标签

    youdao

  • The article shows one solution that we add triggers to simulate the primary key and foreign key, and then realize cascade update.

    本文介绍了一种通过增加触发器模拟外键实现联更新功能的方法

    youdao

  • If the source table doesn't include a primary key or clustered index, the tool can automatically add a ROWID column and set the clustered index on the column during the conversion.

    如果包含簇的索引工具可以自动添加rowid聚集索引设置转换过程中。

    youdao

更多双语例句
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定