Hello all,
I have a table which has a field called DATCOL 16A.The value contains in the field like 02/05/2012 07:04...Now I have to split this value as date and time, and write into another table..
for ex:
Table1
DATCOL(02/05/2012 07:04)
Table2
DAT_COL -- 02/05/2012 (Expected Output)
TIM_COL -- 07:04 (Expected Output)
Note:
DATCOL 16A
DAT_COL L (Date format)
DAT_COL T (Time format)
Kindly help me out,
Thanks and regards,
Syed Arif
I have a table which has a field called DATCOL 16A.The value contains in the field like 02/05/2012 07:04...Now I have to split this value as date and time, and write into another table..
for ex:
Table1
DATCOL(02/05/2012 07:04)
Table2
DAT_COL -- 02/05/2012 (Expected Output)
TIM_COL -- 07:04 (Expected Output)
Note:
DATCOL 16A
DAT_COL L (Date format)
DAT_COL T (Time format)
Kindly help me out,
Thanks and regards,
Syed Arif
Comment