Hai Friends
In my
JDBC application i have to display date, and time along milliseconds.
I am using oracle database.
The below query will display date and time.
select to_char(d,'YYYY-MM-DD hh24:MI:SS') from datetest;
In Oracle can we show Milliseconds along with date and time ?
Just now i searched in oracle documentation.
and i didnot found the reference to represent milliseconds.
is it possiblt to represent the milli seconds in oracle ?
if anybody knows [query ]the format to show milliseconds also please tell me.
i need to represent milliseconds also in my application.
Thanks in advance
Yours
Rajesh