Closed thachtan closed 2 years ago
example
Ecto.Adapters.SQL.query(YourApp.Repo, "update tabl set tim=:1", [{{2022,2,24}, {4,0,0,123000}}])
Recommend using functions like TO_DATE etc.
Thank you for this example with query.
But I want to set millisecond with type :naive_datetime_usec or :utc_datetime_usec in change set and timestamps.
It works!!! Thanks you for take time to help this issue ^^
I have some problem with save time with millisecond. How I save it in Oracle with jamdb_oracle