Hi--
I need to update all rows in a table that have a date in a datetime field that comes after a certain date. I'm not sure how to write that.
...
WHERE DateTimeColumn >= '9/1/2005'
I must need to convert the string value at the end of this WHERE clause to an actual datetime? Can someone please give me an example of how to do this?
Thank you.
I need to update all rows in a table that have a date in a datetime field that comes after a certain date. I'm not sure how to write that.
...
WHERE DateTimeColumn >= '9/1/2005'
I must need to convert the string value at the end of this WHERE clause to an actual datetime? Can someone please give me an example of how to do this?
Thank you.