bigint

长整型数字
常用释义
长整型数字

扩展信息

大整数
利用SQL和DB2 Query Manager for... ... SMALLINT 小整数。若选择 BIGINT 大整数。若选择了 FLOAT 浮点数。若选择 ...
存储的定点类型
列索引
MySQL中文参考手册8 - 睿客的日志 - 网易博客 ... SET7.3.8 为列选择正确的类型 BIGINT7.3.9 列索引 SET 通常,你使用 ...
较大整数
猎-户-座 - 博客园 ... int 标准整数 bigint 较大整数 float 单精度浮点数 ...
... encoding 把 bigint substring 一样) ...
大整型
mysql « 爱开源 ... mediumint (中整型) bigint大整型) decimal: 定点数值 ...
长整型数
wonder 地下室 ... VARCHAR 可变字符型 BIGINT 长整型数 BINARY 二进制数 ...
数据类型
1、一张用户基本信息表,UserSN为主键,数据类型bigint),数据量为1000万

例句

The MAX_ERRORS option does not apply to constraint checks or to converting money and bigint data types.

MAX_ERRORS选项不适用于约束检查,也不适用于转换money和bigint数据类型。

值(bigint数据类型),取决于跟踪中指定的事件类。

You need to be careful and ensure that primary key, foreign key or index columns are declared as DECIMAL (31) or BIGINT in DB2.

需要确保DB2中的主键、外键或索引列声明为DECIMAL(31)或BIGINT。

LinkNotificationId是一个bigint列,仅在使用摘要传递时才与此列相关。

可以将IDENTITY属性分配给tinyint、smallint、int、bigint、decimal(p,0)或numeric(p,0)列。

SMALLINT和INTEGER是兼容的数据类型。

The table xmlcustomer has two columns of types bigint and XML, respectively, and contains two rows of data.

xmlcustomer表有两列,类型分别为bigint和XML。

SQL Server Compact Edition identity columns must have a data type of integer (int 4) or bigint (int 8).

SQLServerCompactEdition标识列必须具有integer(int4)或bigint(int8)数据类型。