Forum Discussion
IanCockcroft
7 years agoPost Patron
convert oracle time
Hi guys, I am querying an Oracle source. The time fields come through as a numeric. e.g. 1486539823535 ( i think its oracles timestamp) any idea how to convert it to a datetime stamp we can re...
- 7 years ago
Hi
foound this. works
Anonymous
7 years agoNot applicable
Hi IanCockcroft,
I think you need to know how the timestamps calculated(calculate expression), then you can add a column to do reverse calculation to restore these value.
Regards,
Xiaoxin Sheng
IanCockcroft
7 years agoPost Patron
Thanks for taking the time Xiaoxin.
Yes, I was wondering if anyone knows what the oracle function does so I can reverse it.
cheers
Ian