[EMAIL PROTECTED] writes:
> I have found some inconsistencies relating to TIMESTAMP arithmetic.
I dug into this a little, and what seems to be causing the inconsistency
is a surprising implicit coercion.
> select now()-'2001-09-30' where (now()-'2001-09-30') < 50;
>> returned 0 rows
I did this
Rick Mason ([EMAIL PROTECTED]) reports a bug with a severity of 4
The lower the number the more severe it is.
Short Description
TIMESTAMP arithmetic insconsistencies
Long Description
I have found some inconsistencies relating to TIMESTAMP arithmetic. I am not sure if
this is a bug, but perhaps