Greetings,
I need to convert a char(4) source to time only datatype similar to what was discussed in this thread.
Although I have tried various combinations of these and other suggestions in this forum, I cant seem to find a solution.
example:
Source Column Destination
CHAR(4) CHAR(7)???
data = 0551 05:51AM
1545 03:45PM
Any suggestions would be greatly appreciated...
I need to convert a char(4) source to time only datatype similar to what was discussed in this thread.
Although I have tried various combinations of these and other suggestions in this forum, I cant seem to find a solution.
example:
Source Column Destination
CHAR(4) CHAR(7)???
data = 0551 05:51AM
1545 03:45PM
Any suggestions would be greatly appreciated...