I am trying to do something like this
select myDate+addDays from myTable
myDate is a datetime column in the table addDays is an integer column in the table
I am trying to do something like this
select myDate+addDays from myTable
myDate is a datetime column in the table addDays is an integer column in the table