I am trying to update a date time field (it is currently NULL) and can't get it to update.
I am using the following SQL...
update table1 set livedate = '2006-12-01 00:00:00.000' where livedate is null
When I run the SQL, it runs successfully...but nothing gets updated.
Thanks for any help!
Warren
I am using the following SQL...
update table1 set livedate = '2006-12-01 00:00:00.000' where livedate is null
When I run the SQL, it runs successfully...but nothing gets updated.
Thanks for any help!
Warren