SQL Server datetime to Oracle -


if have in sql server datetime, in oracle?

date, loose fractional parts of second or better timestamp(3)?

if want preserve fractional seconds, you'd use timestamp(3) (or timestamp). if don't care fractional seconds, you'd use date.


Comments

Popular posts from this blog

scala - 'wrong top statement declaration' when using slick in IntelliJ -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

PySide and Qt Properties: Connecting signals from Python to QML -