Thanks for posting your question on Microsoft Q&A.
Please check the similar problem and suggested workaround here
and here too
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
Could anyone suggest how to load current timstamp from azure data factory to Postgresql Database timestamp column with microsecnd.
I am trying with following but no luck.
ToTimestamp(ToString(currentTimestamp(), 'dd-MM-yyyy HH:mm:ss.ffffff'))
toString(currentTimestamp(), 'dd-MM-yyyy HH:mm:ss.SSSSSS')-- data showing with 3 digt.
//15-05-2022 13:14:42.000247
i am looking for 15-05-2022 13:14:42.342247
BR