Subject | Re: [ib-support] Arithmatic Operator |
---|---|
Author | Helen Borrie |
Post date | 2003-02-06T12:08:15Z |
At 02:59 AM 6/02/2003 +0000, you wrote:
ib_udf library. Here's the declaration:
DECLARE EXTERNAL FUNCTION mod
INTEGER, INTEGER
RETURNS DOUBLE PRECISION BY VALUE
ENTRY_POINT 'IB_UDF_mod' MODULE_NAME 'ib_udf';
heLen
>Dear All,It's a function, not an operator, and it is implemented as a UDF, in the
>
>Is the mod operator in Firebird ? example 10 mod 2 = 0
ib_udf library. Here's the declaration:
DECLARE EXTERNAL FUNCTION mod
INTEGER, INTEGER
RETURNS DOUBLE PRECISION BY VALUE
ENTRY_POINT 'IB_UDF_mod' MODULE_NAME 'ib_udf';
heLen