以下结果为 0, 而不是0.01select null as column1 into #table1update #table1 set column1=0.01select * from #table1