Add x Days to a Date Field
Hello All,
I have a situation where I need to add 'X' no. of Days to a Date field. Do you have any clues or has any one done this before? I have no Clue how to proceed for this.
Thanks
If your source is sql then add directly at source level , select sysdate+x from dual , where X will be number of days to add.