Had syntax error in my statement earlier, found solution in another site. Posting it here as it might be helpful for someone.
TO_CHAR([TIMESTAMP], 'YYYY-MM-DD HH24:MI:SS.MSSSSSSS')
In Milliseconds syntax, each 'S' represents one digit.
[url=https://w...
TO_CHAR([TIMESTAMP], 'YYYY-MM-DD HH24:MI:SS.MSSSSSSS')
In Milliseconds syntax, each 'S' represents one digit.
[url=https://w...