On this page

    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 example
    SELECT IS_BIGINT(column_name)
    -- True