Skip to main content
Version: 0.0.1

IS_BIGINT

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

{{< codeheader "IS_BIGINT example" >}}

SELECT IS_BIGINT(column_name)
-- True