Odd

sql

FUNCTION Odd(IN i INT) RETURNS BIT;

Parameters

i integer

Description

The Odd function determines whether the integer number is odd or even.

Function value

Returns TRUE, if the integer is odd, or FALSE, if it's even.