-1
I have a table in the comic book that has a column called term.
in that column I have the deadline information in months ex.: 10, 6, 12, 14....
i would need to calculate to know the final date of each term.
in excel I would use:
=data(ano;mes+prazo;dia)
and it would bring the date relating to the last payment of this term.
how to do in sql?