Re: DBD::Pg ... how would I format this prepare? - Mailing list pgsql-sql

From Jim Buttafuoco
Subject Re: DBD::Pg ... how would I format this prepare?
Date
Msg-id 20060726220920.M84625@contactbda.com
Whole thread Raw
In response to DBD::Pg ... how would I format this prepare?  ("Marc G. Fournier" <scrappy@postgresql.org>)
Responses Re: DBD::Pg ... how would I format this prepare?  ("Marc G. Fournier" <scrappy@postgresql.org>)
List pgsql-sql
try 

now() + (? || ' day')::interval


---------- Original Message -----------
From: "Marc G. Fournier" <scrappy@postgresql.org>
To: pgsql-sql@postgresql.org
Sent: Wed, 26 Jul 2006 18:29:32 -0300 (ADT)
Subject: [SQL] DBD::Pg ... how would I format this prepare?

> I need to do:
> 
> NOW() + '2 day'::interval
> 
> where 2 is a variable ...
> 
> 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?
> 
> Thx
> 
> ----
> Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
> Email . scrappy@hub.org                              MSN . scrappy@hub.org
> Yahoo . yscrappy               Skype: hub.org        ICQ . 7615664
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
> 
>                http://www.postgresql.org/docs/faq
------- End of Original Message -------



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: DBD::Pg ... how would I format this prepare?
Next
From: "Marc G. Fournier"
Date:
Subject: Re: DBD::Pg ... how would I format this prepare?