Subject Re: [firebird-support] syntax for comparing time in FB
Author Helen Borrie
At 05:11 AM 24/11/2003 +0000, you wrote:
>Hi,
>
>How do I compare time in Firebird SQL ..
>
>TABLEA with columns TIME A , TIME B
>
>How can I query ..
>
>select * from tablea where
>timeA < (timeB + 10minutes);

where timeA < timeB + (10/24/60)

h