sticklebrick
08-24-2010, 02:44 PM
I have a very large data base (3 million records) that I need to change a number representing the date such as 20010312 into 2001.03.12 and time such as 183900 into 18:39; the last two numbers represent the seconds and are not needed.
The other issue with the time values is that those for 12:01am are in the database as 100 and need to come out as 00:01, again the last two zeros are representing seconds and are not needed.
Any help would be greatly appreciated.
The other issue with the time values is that those for 12:01am are in the database as 100 and need to come out as 00:01, again the last two zeros are representing seconds and are not needed.
Any help would be greatly appreciated.