bluecjh
Programmer
- Mar 12, 2003
- 385
SELECT @AppliedForTargetDate = DateAdd(Dd,14,@v_contactDate)
the above returns strange results, i was expecting
this to return a date 14 days later than @v_contactDate.
but the results are can be all over the place.
@v_contactdate is datetime type.
can anyone explain... thanks
the above returns strange results, i was expecting
this to return a date 14 days later than @v_contactDate.
but the results are can be all over the place.
@v_contactdate is datetime type.
can anyone explain... thanks