Good day Everyone.
I an new to Oracle PL/SQL and I am trying to insert a date including time in a DATE column.
When I select the SYSDATE option it insert the date but not the time.
How can I insert the system Date add the time on to the same column and the time should be in UTC time?.
Meaning that the time should be Universal time.
Can this be done or do I have to have a separate column for the time?
Thanks for you comments and your help;
I an new to Oracle PL/SQL and I am trying to insert a date including time in a DATE column.
When I select the SYSDATE option it insert the date but not the time.
How can I insert the system Date add the time on to the same column and the time should be in UTC time?.
Meaning that the time should be Universal time.
Can this be done or do I have to have a separate column for the time?
Thanks for you comments and your help;