Subject | Re: [firebird-support] error with query on 3+1 tables with COUNT and MIN |
---|---|
Author | Ann W. Harrison |
Post date | 2004-11-22T15:36:10Z |
I think you may need to cast 'NOW' to timestamp or
use CURRENT_TIMESTAMP. Remember that CURRENT_TIMESTAMP
is slightly different from 'NOW' - it's stable across
an operation while 'NOW' moves on in more or less real
time.
Regards,
Ann
use CURRENT_TIMESTAMP. Remember that CURRENT_TIMESTAMP
is slightly different from 'NOW' - it's stable across
an operation while 'NOW' moves on in more or less real
time.
Regards,
Ann