문제

I am trying to create a date column for my database which contains milliseconds.

How do I create a coloumn to store a date in the following format: YYYY-MM-DD HH24:MI:SS:FF3 ??

Thank You .

도움이 되었습니까?

해결책

In Oracle, timestamp stores the date and time down to (and beyond) milliseconds.

Oracle date

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