当前位置:数据库 > SQLServer >>

我想设个字段,可以是小数的 ,取什么类型好,MSSQL的

如题,菜鸟求助!
答案:float:  浮点数(floating point number),占用4byte ,范围:3.4e + / - 38 (7 个数字(7digits))

double: 双精度浮点型,占8byte;

涉及到钱的话也可以用decimal.
其他:int float 
double
numeric(18, 0) decimal

上一个:那个"根据mssql_table.sql和mssql_storeprocedure.sql示例文件创建数据库表和存储过程"是什么意思?
下一个:MSSQL备份指定表

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,