Skip to content
Advertisement

Tag: milliseconds

Generating Total Time in Milliseconds in SQL Developer

I need to replicate the linux command “date +%s%3N” in SQL Developer. I have tried the below code sample but it returns with a different value. I have also done extensive searching Google with no luck. The date +%s%3N command returns something like: 1475615656692870653 Whereas the above code sample returns something like: 1475594089419116 The date command returns a longer and

Advertisement