using between with dates - Mailing list pgsql-general

From Geoffrey Myers
Subject using between with dates
Date
Msg-id 4BD98FE2.6040905@serioustechnology.com
Whole thread Raw
Responses Re: using between with dates  (Szymon Guz <mabewlun@gmail.com>)
Re: using between with dates  (Thom Brown <thombrown@gmail.com>)
Re: using between with dates  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-general
I'm trying the following:

ship_date between '04/30/2010' AND '04/30/2010' + 14

But this returns:

ERROR:  invalid input syntax for integer: "04/30/2010"

Can I use between with dates?

--
Geoffrey Myers
Myers Consulting Inc.
770.592.1651

pgsql-general by date:

Previous
From: Geoffrey
Date:
Subject: Re: using between with dates
Next
From: Szymon Guz
Date:
Subject: Re: using between with dates