I am looking to add a number of days (column 1- integer) to a date (column 2- date) to create another date in the future (column 3- date).
What is the code required?
Try using this formula for column3
TIMESTAMPADD(SQL_TSI_DAY,CAST("Table"."Column1_int" AS INTEGER), "Table"."Column2_date")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With