Subject syntax for comparing time in FB
Author rockwithme77
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);

regards,
sg.