So, you can use TIMESTAMP('3', 'd') to subtract from another timestamp field ... However, no matter what I try, I cannot seem to put a string variable in the first field of the TIMESTAMP function ... Example: TIMESTAMP(varString, 'h') tells me "missing timestamp"
even if I set varString equal to '3' or some other string representing an integer ... Ideas ???
↧