ericwarner63
Technical User
We are having issue with the follwing data conversion...
We want to change this:
row_date starttime acd
--------------------------- --------- ------
2002-08-11 00:00:00 1730 1
2002-08-15 00:00:00 2000 1
into:
01 | 20020811 | 1730
01 | 20020815 | 2000
etc...
We want to concantenate acd with a leading zero in under 10, row_date with no time, starttime...
I'm having issues with the '+' function because the numbers are added to the date...
Thanks in advance..
We want to change this:
row_date starttime acd
--------------------------- --------- ------
2002-08-11 00:00:00 1730 1
2002-08-15 00:00:00 2000 1
into:
01 | 20020811 | 1730
01 | 20020815 | 2000
etc...
We want to concantenate acd with a leading zero in under 10, row_date with no time, starttime...
I'm having issues with the '+' function because the numbers are added to the date...
Thanks in advance..