以下结果为 0, 而不是0.01
select null as column1 into #table1
update #table1 set column1=0.01
select * from #table1
以下结果为 0, 而不是0.01
select null as column1 into #table1
update #table1 set column1=0.01
select * from #table1
float查询的时候精度很奇怪,不建议用来声明小数; float (3) 精度:小数和整数的位数加起来的位数;
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M