문제

I have read the document already but i do not fully understand The default precision is datetime2(7) is 7 represent the precision of nanosecond?

도움이 되었습니까?

해결책

The resolution of the default precision (7) datetime2 type is 100 nanoseconds.

An excellent reference for things date/time is : The ultimate guide to the datetime datatypes

다른 팁

No, the number represents the number of digits preserved after the decimal point for the seconds. 3 would be millisecond, 6 microsecond and 7 equivalent to a precision of 100 nanoseconds.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top