Subject | Re: logical operations |
---|---|
Author | Ian A. Newby |
Post date | 2001-03-21T17:03:29Z |
Hi Jörg
Interbase cannot do boolean operations like and, or and not
natively. You have to use a UDF.
Look at the IB_UDF which ships with Interbase, It contains udfs for
BIN_AND, BIN_OR and BIN_XOR I believe.
Regards
Ian Newby
Interbase cannot do boolean operations like and, or and not
natively. You have to use a UDF.
Look at the IB_UDF which ships with Interbase, It contains udfs for
BIN_AND, BIN_OR and BIN_XOR I believe.
Regards
Ian Newby