Tagged Questions
1
vote
1answer
422 views
DATE_ADD functionality in Ingres
Many (most? nearly all?) SQL dialects have a way to perform this type of function:
date_add( MyDate, MyInterval )
I've been through all of the docs, but I cannot find this functionality in Ingres. My ...