On Sat, 8 Mar 2003, Jean-Christian Imbeault wrote:
> I have this field:
>
> submit | timestamp(0) without time zone
>
>
> The following two SQL queries return different values depending on
> wether the date is quoted or not ...
>
> I am assuming it is because the date is being parsed differently.
>
> # select submit from invoices where submit <= 2003-03-09;
The right side isn't a date. It's an integral expression that evaluates
to 1991 I believe.