I am having a requirement that, I need to add 15 days to the joining date.
There is a table called Member. It contains columns Member_Id, Memeber_Name, Join_Date, Validity.
I need to display Validity_Date by adding Validity to Join_Date.
I didn't find any function to do this. Is there any function to add number of days to a date?
Thanks in advance.