sqlserver数据库里怎样设置datetime类型的小数位数为3位

要用datetime2(7)这种类型!将7改为3就行了

原文地址:https://www.cnblogs.com/qinyios/p/11279871.html