Hi
I can only guess what your code returns in DB2, but you are welcome to test this:
select convert(date, YEAR(dateadd(year, -4, SUMMARY.PAIDDATE)) || '-01-01')
go
Hope it helps
Leonid Gvirtz
Hi
I can only guess what your code returns in DB2, but you are welcome to test this:
select convert(date, YEAR(dateadd(year, -4, SUMMARY.PAIDDATE)) || '-01-01')
go
Hope it helps
Leonid Gvirtz