smallint

  • 网络小整型;整数;较小整数

smallintsmallint

smallint

小整型

mysql « 爱开源 ... int 整型 smallint小整型) mediumint (中整型) ...

整数

delphi基本数据类型有哪几种_百度知道 ... '[小数] Decimal,'+ '[整数] SMALLINT,'+ '[浮点] FLOAT,'+ ...

较小整数

猎-户-座 - 博客园 ... tinyint 非常小的整数 smallint 较小整数 mediumint 中等大小整数 ...

小型整数

Informix-4gl系列讲座(1)_paint_博客浙江 ... 4-8 日期 date 4-2 小型整数 smallint 4-3 整数 integer ...

短整型

wonder 地下室 ... REAL 实数 SMALLINT 短整型 TIME 时间类型 ...

数据类型用

17、在标准SQL 中,段整型数据类型用SMALLINT)子句、十进制数据类型用(NUMERIC) 子句。 18、在 SQL 语言的查 …

双精度浮点数

小村庄 - IT博客 ... 个字节 单精度浮点数 FLOAT 8 个字节 双精度浮点数 SMALLINT 2 个字节 介于 0 到 255 之间的整型数。 MO…

1
Is an integer expression (tinyint, smallint, or int) that gives the seed value. 提供种子值的整数表达式(tinyint、smallint或int)。
2
The following statement returns smallint when executed against the sample database. 下面的语句在对示例数据库执行时返回smallint。
3
Converting from int, smallint, tinyint, float, real, money, or smallmoney to either decimal or numeric can cause overflow. 从int、smallint、tinyint、float、real、money或smallmoney转换为decimal或numeric会导致溢出。
4
DB2 smallint data type can be used to convert Oracle Boolean data type. DB2smallint数据类型可用于转换OracleBoolean数据类型。
5
The IDENTITY property can be assigned to tinyint, smallint, int, bigint, decimal(p, 0), or numeric(p, 0) columns. 可以将IDENTITY属性分配给tinyint、smallint、int、bigint、decimal(p,0)或numeric(p,0)列。
6
BIGINT, SMALLINT, and INTEGER are compatible data types. SMALLINT和INTEGER是兼容的数据类型。
7
For example, when a smallint is compared to an int, the smallint is implicitly converted to int before the comparison proceeds. 例如,将smallint与int进行比较时,在比较之前smallint会被隐式转换为int。
8
SQL Server Compact Edition identity columns cannot have a data type of smallint, tinyint, decimal, or numeric. SQLServerCompactEdition标识列不能具有smallint、tinyint、decimal或numeric数据类型。
9
For example, use SMALLINT (2 bytes) rather than INTEGER (4 bytes), if appropriate. 例如,如果合适的话,使用SMALLINT(2字节),而不使用INTEGER(4字节)。
10
Literal numeric value, where the underlying data type is SQL_TINYINT, 值,其中基础数据类型为SQL_TINYINT、SQL_SMALLINT或,