Hi guys,
I've got a real problem, but I think I just need simple solution.
in my desc table in oracle database, I checked via linux, it looks like this :
date_stored datetime(6)
and the record in "date_stored" column becomes :
20-Jun-14
Actually the data before we put into the table is 20-06-2014,
I was just wondering if I alter the table description into datetime(8), will it solve the whole record in that column or I have to truncate the data and restore into the table back ?
Is there anyone can offer me solution please ?
Thanks guys,
I've got a real problem, but I think I just need simple solution.
in my desc table in oracle database, I checked via linux, it looks like this :
date_stored datetime(6)
and the record in "date_stored" column becomes :
20-Jun-14
Actually the data before we put into the table is 20-06-2014,
I was just wondering if I alter the table description into datetime(8), will it solve the whole record in that column or I have to truncate the data and restore into the table back ?
Is there anyone can offer me solution please ?
Thanks guys,