Hello,
Due to problem of machine, and all data of that date is changed (not current year), now I want to change all of them to current year, but want to have a code generate the change, is there anyone could help me this?
The bad data is looked like as "06/20/2007 13:00:09" , notices that the date is consitent, but the time is not, the time can be any time, it means "06/20/2007 28:40:29" or "06/20/2007 22:29:50', and this is the problem for me.
I want to do something like:
update TABLEA set DATEField = '06/20/2004 ??:??:??' where DATEField contains '06/20/2007%'
Is this possible?
Thanks
Due to problem of machine, and all data of that date is changed (not current year), now I want to change all of them to current year, but want to have a code generate the change, is there anyone could help me this?
The bad data is looked like as "06/20/2007 13:00:09" , notices that the date is consitent, but the time is not, the time can be any time, it means "06/20/2007 28:40:29" or "06/20/2007 22:29:50', and this is the problem for me.
I want to do something like:
update TABLEA set DATEField = '06/20/2004 ??:??:??' where DATEField contains '06/20/2007%'
Is this possible?
Thanks