Skip to main content
Calculates the bitwise AND of two numbers Category: math Syntax:
Returns: Integer Context Filtering: ✓ Yes

Parameters

Allowed Column Types for number1: INT Allowed Column Types for number2: INT

Validation

  • Minimum parameters: 2
  • Maximum parameters: 2

Examples

Returns the bitwise AND of 5 and 3 Result: 1
Returns the bitwise AND of values in two columns
Last modified on March 13, 2026