Skip to main content
Returns True if the integer is odd, False if it is even. Category: math Syntax:
Returns: BooleanColumn Context Filtering: ✓ Yes

Parameters

Allowed Column Types: INT

Validation

  • Minimum parameters: 1
  • Maximum parameters: 1

Examples

Tests whether 2 is odd. Result: false
Tests whether 3 is odd. Result: true
  • IsEven - Test if a number is even
Last modified on March 13, 2026