INTERVAL is usually used as follows:
select now() + interval '1 month' -> intervalo de tiempo
What I want is to send you in the time interval, the number of months to add but with the value of the column of a table, for example:
tabla.fecha + interval tabla.cantidad_meses 'month'
How can I do this? since syntax error exits when executing.