I have the following TIMESTAMP value in oracle database.
26-JUL-12 11.01.40.000000000 AM
When i getting this value from table , it displays without millisecond value like,
26-JUL-12 11.01.40 AM
But, i want to get this value like this format,
26-JUL-12 11.01.40.000 AM
Is there any possible to get timestamp value in this format?
Please help me.
Thanks in advance..