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

ruby - re-try logic in a simple loop -

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

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