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