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

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

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

Laravel Bind Multiple Class to One Contract in The Service Provider -