IS_INT
Returns TRUE if the input expression is an integer value.
Syntax
IS_INT(expression union<>) → boolean
expression: Input expression.
Examples
SELECT IS_INT(column_name)
-- True
Last updated
Was this helpful?