Skip to main content
Version: current [25.0.x]

IS_INT

Categories: Datatype

IS_INT

Returns TRUE if the input expression is an integer value.

Syntax

IS_INT(expression any) → boolean

  • expression: Input expression.

Examples

IS_INT example
SELECT IS_INT(column_name)
-- True