Categories: Datatype
IS_BIGINT
Returns TRUE if the input expression is an big integer value.
Syntax
IS_BIGINT(expression union<>) → boolean
- expression: Input expression.
Examples
IS_BIGINT exampleSELECT IS_BIGINT(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.