Categories: Datatype
IS_INT
Returns TRUE if the input expression is an integer value.
Syntax
IS_INT(expression union<>) → boolean
- expression: Input expression.
Examples
IS_INT exampleSELECT IS_INT(column_name)
-- True
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.