On Wed, 2 May 2001, Ligia Pimentel wrote: > I need to know if there is a sql function implemented in postgres that gives > me a date plus any number of days, months or years (the traditional dateadd > function) or how to do it in sql? Just add a date and an interval. Something like: date + '1 day'::interval ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
- [SQL] Dateadd Ligia Pimentel
- [SQL] Re: Dateadd Vivek Khera
- Re: [SQL] Dateadd Stephan Szabo
- Re: [SQL] Dateadd Cliff Crawford
- Re: [SQL] Dateadd Josh Berkus
- Re: [SQL] Dateadd Tom Lane