I am creating a view on a table that has the date information split in
two columns: a DATE column and a char column. The char column holds
the HH24:MI information. Please don't ask me why this is like this,
it's a very old database converted from a different DBMS.
I need to get this information into a single DATE column. Ny best shot
so far was to try get the total number of minutes with substr and add
them to the date, but I could not get it right.
Can anyone show me an example?
two columns: a DATE column and a char column. The char column holds
the HH24:MI information. Please don't ask me why this is like this,
it's a very old database converted from a different DBMS.
I need to get this information into a single DATE column. Ny best shot
so far was to try get the total number of minutes with substr and add
them to the date, but I could not get it right.
Can anyone show me an example?
Comment