If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hello everybody!
First, I'm French (sorry for my english ^^).
I'm a newbie on IBM DB2.
I'd like to know if there is a function to add day on a date.
For exemple (DateADD --> MS SQL Server)
to do something like that:
SELECT .... FROM ... WHERE WEEK(DateDebut + 1day) BETWEEN .. AND ..