calandrelli
Technical User
I have a Date Field MM/DD/YYYY and a time value stored in a number field HH24MI that I want to convert to a single field but can't seem to figure it out. Just starting out simple I am trying to convert the number field to a time value.
Select
To_Date(JOB_ACTY_TM, 'HHMI') TIME_Field,
From IDEA.AMM_JOB_ACTY
Where JOB_ACTY_DT > to_date('12-10-2003','MM-DD-YYYY')
Any ideas?
Select
To_Date(JOB_ACTY_TM, 'HHMI') TIME_Field,
From IDEA.AMM_JOB_ACTY
Where JOB_ACTY_DT > to_date('12-10-2003','MM-DD-YYYY')
Any ideas?