dateadd in plsql?
742210Dec 20 2009 — edited Dec 20 2009I'm in the processw of converting TSQL to PLSQL and come across a slight problem.
DATEADD(MONTH, @months * -1, GETDATE())
Is there a way to do the same thing in plsql, so that I can go back a certain number of months.