"Marc G. Fournier" <[EMAIL PROTECTED]> writes: > if I do: > NOW() + '? day'::interval > it, of course, takes the ? as a literal ... so is there some way I can do > this such that I can do the placeholder?
NOW() + n * '1 day'::interval
n can be any numeric value ...
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
http://archives.postgresql.org
