FutureTech
Programmer
I have records with datetime columns where the date portion is valid, but the time portion is incorrect. I want to correct the time portion for several records to read "11:59:59:990 PM" instead of the default "12:00:00:000 PM".
How can I do this in an update statement?
How can I do this in an update statement?