converting informix date to oracle equivalent
625129May 27 2008 — edited May 29 2008hi all
I am new to the forum, I did some research before posting the thread. I am excited to see all the response, Good work.
I am working on migration of Informix dynamic server 9.0X to oracle 10g, i used OMWB tool which converts the code part with here n there manual intervention needed.
At one such instance i had this......
let ln_Numdays = (extend(pd_InDate, year to day) - datetime(1970-01-01) year to day)::interval day(9) to day::varchar(30)::integer;
i want this in oracle equivalent.
Thanks in advance, any kind of help appriciated
Thanks