meta data for this page
  •  

F_BIN_AND

input/output-compatibility to ib_udf

input/output-compatibility to rFunc (BINAND)

Entrypoint f_bin_and compatible with UTF-8


Inputs/Outputs

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

Syntax

   TestSQL
   SELECT 1 AS ISCORRECT, F_BIN_AND(3, 5) FROM RDB$DATABASE;
   SELECT NULL AS ISCORRECT, F_BIN_AND(NULL, NULL) FROM RDB$DATABASE;