سؤال

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