SQLserver(Microsoft SQL Server 2008 R2) float 转 varchar

130 阅读1分钟

问题:在表设计中float改为varchar,结果数据出现乱码

解决方法:float改为decimal再改为varchar