Hi,
How would I write an update to increment the date field for a dataset by one day
the column is a timestamp like '12-Sep-2006 12:34:00'
I just want to increment the date part by a day and leave the time component as is.
eg. update [table_name] set [column_name] = .......
Any examples would help.
Thanks
Anthony
How would I write an update to increment the date field for a dataset by one day
the column is a timestamp like '12-Sep-2006 12:34:00'
I just want to increment the date part by a day and leave the time component as is.
eg. update [table_name] set [column_name] = .......
Any examples would help.
Thanks
Anthony