meta data for this page
  •  

F_BIN_OR

input/output-compatibility to ib_udf

input/output-compatibility to rFunc (BINOR)

Entrypoint f_bin_or compatible with UTF-8


Inputs/Outputs

   Input      INTEGER     integer 1
              INTEGER     integer 2
   Output     INTEGER     binary OR  of the two integers

Syntax

   TestSQL
   SELECT 7 AS ISCORRECT, F_BIN_OR(3, 5) FROM RDB$DATABASE;
   SELECT NULL AS ISCORRECT, F_BIN_OR(NULL, NULL) FROM RDB$DATABASE;