meta data for this page
  •  

F_BIN_NOT

input/output-compatibility to ib_udf

input/output-compatibility to rFunc (BINNOT)

Entrypoint f_bin_not compatible with UTF-8


Inputs/Outputs

   Input      INTEGER     integer 
   Output     INTEGER     binary NOT of integer

Syntax

   TestSQL
   SELECT -4 AS ISCORRECT, F_BIN_NOT(3) FROM RDB$DATABASE;
   SELECT NULL AS ISCORRECT, F_BIN_NOT(NULL) FROM RDB$DATABASE;