3.2.7. BITOR(string1[,[string2][,padchar]])
Works like BITAND(), except that the logical function OR is used
instead of AND. For more information see BITAND().
BITOR(123456x, 3456x) > 367656x
BITOR(FOOBAR,, 20x) > foobar /*For ASCII */
BITOR(123456x, 3456x, f0x) > 3676F6x
PREV NEXT