以下结果为 0, 而不是0.01

select null as column1 into #table1

update #table1 set column1=0.01

select * from #table1

相关文章:

  • 2022-02-12
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2021-09-20
猜你喜欢
  • 2021-07-01
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2021-12-12
相关资源
相似解决方案