DECIMAL in English translation

decimal
小数
十进制
十进分
十进
位小数

Examples of using Decimal in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
在MySQL中,NUMERIC是DECIMAL的同义词。
In MySQL, NUMERIC is a synonym for DECIMAL.
在这种情况下,我们使用DECIMAL数据类型。
Personally I now always use the Decimal data type.
DECIMAL在语义上等同于NUMERIC。
DECIMAL is semantically equivalent to NUMERIC.
DECIMAL数据类型是定点类型,其计算是准确的。
The DECIMAL data type is a fixed-point type and the calculations are exact.
DECIMAL和NUMERIC类型在MySQL中视为相同的类型。
The DECIMAL and NUMERIC types are implemented as the same type by MySQL.
DECIMAL和NUMERIC类型在MySQL中视为相同的类型。
The DECIMAL and NUMERIC types are implemented as the same type by MySQL.
在这种情况下,我们使用DECIMAL数据类型。
They are used for DECIMAL data type.
关键字INT是INTEGER的同义词,关键字DEC是DECIMAL的同义词。
The keyword INT is a synonym for INTEGER, and the keyword DEC is a synonym for DECIMAL.
DECIMAL17个字节容纳从1028-1到-1028-1.的值的精确的数字数据类型。
DECIMAL 17 bytes An exact numeric data type that holds values from 1028- 1 through- 1028- 1.
DECIMAL和NUMERIC值作为字符串存储,而不是作为二进制浮点数,以便保存那些值的小数精度。
MySQL stores DECIMAL and NUMERIC values as strings, rather than as binary floating-point numbers, in order to preserve the decimal precision of those values.
DECIMAL数据类型是精确数字数据类型,其精度在算术运算后保留到最小有效位。
The DECIMAL data type is an exact numeric data type; its accuracy is preserved to the least significant digit after arithmetic operations.
与具有类似有效位数的NUMERIC和DECIMAL值相比,整数值需要较少的存储空间。
Integer values require less storage space than NUMERIC and DECIMAL values with a similar number of significant digits.
示例:DECIMAL'-10.7'该值可用DECIMAL(3,1)类型表示。
For example, DECIMAL'-10.7' can be expressed with the DECIMAL(3,1) type.
同样,句法DECIMAL等价于DECIMAL(p,0),这里实现被允许决定值p。
Similarly, the syntax DECIMAL is equivalent to DECIMAL(p, 0), where the implementation is allowed to decide the value of p.
DECIMAL(M,D)-非压缩浮点数不能是无符号的。
DECIMAL(M, D)- An unpacked floating-point number that cannot be unsigned.
通常来说,浮点类型在存储相同的范围时,比DECIMAL使用更少的空间。
Floating-point types typically use less space than DECIMAL to store the same range of values.
例如,JDBC使用BigDecimal作为SQLDECIMAL列的首选互换格式。
For example, JDBC uses BigDecimal as the preferred interchange format for SQL DECIMAL columns.
MySQL具有用于近似值的浮点类型:FLOAT和DOUBLE和用于精确值的定点类型:DECIMAL和NUMERIC。
MySQL has floating point types for approximate values: FLOAT and DOUBLE and fixed-point types for exact values: DECIMAL and NUMERIC.
在标准SQL中,语法DECIMAL(M)等价于DECIMAL(M,0)。
In standard SQL, the syntax DECIMAL(M) is equivalent to DECIMAL(M, 0).
此外,当DOUBLE类型不存在时,如果表达式的一部分是DECIMAL或NUMERIC类型时,结果类型就是DECIMAL。
Otherwise, when no DOUBLE value exists, if a DECIMAL or NUMERIC value is part an expression, the type of the result is DECIMAL or NUMERIC.
Results: 97, Time: 0.0183

Decimal in different Languages

Top dictionary queries

Chinese - English