autoincrement

美 [ɔ'tɔɪnkrəmənt]英 [ɔ:'tɔɪnkrəmənt]
  • n.自动增量
  • 网络自动编号;自动增长变量;自增字段

autoincrementautoincrement

autoincrement

自动增量

英语新词汇与常用词汇的翻译(A) ... autoignition 自动点火 autoincrement 自动增量 autoindex 自动索引 ...

自动编号

N: 数字字段. 包括自动编号(autoincrement), 数字(numeric), 浮点数(floating point), 实数(real)和整数(integer). R: 连续字段. 包...

自动增长变量

TSQL与PL/SQL的比较 - 贤达 - 博客园 ... 表 Table 自动增长变量 AUTOINCREMENT 记录 Record ...

自增字段

如何将自增字段(autoincrement)清零 2011-04-04 22:45:47| 分类: Database | 标签: |字号大中小 订阅 评论这张 转发至微博 …

自动递增

Z's Yard:... ... 非空 NOT NULL 自动递增 AUTOINCREMENT 类型名>[(精度)] TEXT|NUMERIC|INTEGER|REAL|NONE ...

自动递增处理

Upd: (SQLite) 自动递增处理(AUTOINCREMENT)增加 INTEGER PRIMARY KEY 与原预设 INTEGER PRIMARY KEY AUTOIN…

自动编号型

Visual... ... 日期/时间型 DATETIME 自动编号型 AUTOINCREMENT 对象型(二进制型、长二进制型) BINARY、LONGBINAR…

1
The use of autoincrement as a primary key is not recommended in a database that is going to be synchronized. 不建议在要进行同步的数据库中将自动增量用作主键。
2
When data columns are created by means of Visual Studio design tools, the columns are automatically marked as AutoIncrement. 通过VisualStudio设计工具创建数据列时,这些列被自动标记为AutoIncrement。
3
Autoincrement inserts a column value automatically if the column is not referenced in an INSERT statement. 如果INSERT语句中未引用该列,自动增量将自动插入列值。
4
For the purposes of this tutorial, an autoincrement is sufficient. 对于本教程来说,自动增量就足够了。
5
AutoIncrement and Version cannot be multivalued. 自动增量及版本不能有多重数值。
6
You cannot use an autoincrement field within survey_response_detail because it needs to be unique for the group of question responses. 您不能在survey_response_detail中使用自动递增的字段,因为这个值应该对于一组问题回答是唯一的。
7
If you want to preserve previous deliveries, you can choose Autoincrement. 如果要保留以前的传递,可以选择“Autoincrement”。
8
Unlike autoincrement, however, you must explicitly reference the sequence. 但是,与自动增量不同的是,您必须显式参考该序列。
9
When AutoIncrement is set to true, there can be no default value. 在将AutoIncrement设置为“真”时,可以没有默认值。