Subject Date functions
Author reinaldo_mra
I did not find any function to add a value to a timestamp column. I need
something like that:

SELECT * FROM Table WHERE TimeStampColumn<=AddMonth( NOW, 5)
SELECT * FROM Table WHERE TimeStampColumn<=AddDay( NOW, 5)
SELECT * FROM Table WHERE TimeStampColumn<=AddHour( NOW, 5)

The number 5 can be 5 days, 5 hours or 5 months. It depends on context.

Thanks,


[Non-text portions of this message have been removed]