Hi all,
I have problem in displaying time. it only displays date but not time.
i am using
DECODE(PROC_TM, '999999', NULL,PROC_TM) proc_tm
and then
PROC_TME = TO_DATE(C2.PROC _TM, 'HH24MISS')
It only displays date but not the time. what should i do?
And in another procedure i have time displayed but not properly
like 10:40 is displayed as 1040 (10 min and 40 seconds).
what should i do in this?
any advice will be accepted.
thank you all,
nabh4u
I have problem in displaying time. it only displays date but not time.
i am using
DECODE(PROC_TM, '999999', NULL,PROC_TM) proc_tm
and then
PROC_TME = TO_DATE(C2.PROC _TM, 'HH24MISS')
It only displays date but not the time. what should i do?
And in another procedure i have time displayed but not properly
like 10:40 is displayed as 1040 (10 min and 40 seconds).
what should i do in this?
any advice will be accepted.
thank you all,
nabh4u
Comment