Hi all,
I have to insert in a data field a value composed by a date and a time, that are
stored in another table
my problem is that the date is in a field (a data field) and the time in another (a
varchar2 field).
I've tried to concatenate as strings and convert with to_date but it gave me an
error.
How can I do?
Thank u very much.
I have to insert in a data field a value composed by a date and a time, that are
stored in another table
my problem is that the date is in a field (a data field) and the time in another (a
varchar2 field).
I've tried to concatenate as strings and convert with to_date but it gave me an
error.
How can I do?
Thank u very much.
Comment