Dear all
Is there anyone at there who knows howto use dateadd in pgsql. I have a problem in my function that is like this ;
Select into futuredate now() + interval '30 days'; <- this is okbut how can I use a variable intead of '30 days' :(
Thanks