IS_BIGINT

Returns TRUE if the input expression is a big integer value.

Syntax

IS_BIGINT(expression union<>) → boolean

  • expression: Input expression.

Examples

IS_BIGINT example
SELECT IS_BIGINT(column_name)
-- True

Last updated