My oracle database table has two fields [EST date, EHR varchar2(5)]. The data in EST includes time, for example '02/28/2000 8:27 PM'. The data in EHR would a string representing hours and minutes for example '10:11'.
In my impromptu report I need to add EHR to EST and display a new datetime. In the above example, ECT would be '02/29/2000 6:38 AM'
What is the best way to do this?
Thanks,
Nishant
In my impromptu report I need to add EHR to EST and display a new datetime. In the above example, ECT would be '02/29/2000 6:38 AM'
What is the best way to do this?
Thanks,
Nishant