How to use the dateadd function in OQL

4
I want to use the dateadd functions like SQL in OQL, how can I do this?
asked
1 answers
4

Unfortunately, there is no support for DATEADD in OQL now. What is the reason to use DATEADD? Is there another way to get the result you wanted? Eventually, you can do a feature request via MXDN.

answered