Anyone know what i should do to add days to sysdate()? apparently just asking for sysdate()+4 is not the same as saying 4 days from now.
thanks
Anyone know what i should do to add days to sysdate()? apparently just asking for sysdate()+4 is not the same as saying 4 days from now.
thanks
Here you go:
DATE_ADD(SYSDATE(), INTERVAL 4 DAY)