I have three column as Date1 in format(2016-12-31) then another column Term is (3 Years) then i want to do operation on date to add three years in Date1 field and result would be Dummy Column(2019-12-31)
I have syntax logic stagement from datastage, same i need to put into SQL
datastage syntax - DecimalToString(StringToDecimal(DSLink17.Date1 [1, 4],'ceil') + StringToDecimal(DSLink17.Term [1, 1], 'ceil'), 'suppress_zero') : DSLink17.Date1 [5, 6]