[stackoverflow] [progress Openedge Abl] Progress Date Comparision

Status
Not open for further replies.
W

W. Geraats

Guest
I am trying to make a query in Progress. I should select all records older than exactly one year, so the current date minus 1 year. I have tried several possibilities but became every time an error. The query belongs to a join and should take every record of the previous year up to the current date minus one year:

left outer join data.pub."vc-669" as det2
on deb.cddeb = det2.cddeb
and det2.jaar = year(curdate()) - 1
and det2."sys-date" < date(month(curdate()), day(curdate()), year(curdate()) - 1)

Continue reading...
 
Status
Not open for further replies.
Top