On this page

    Categories: Datatype

    IS_VARCHAR

    Returns TRUE if the input expression is a varchar value.

    Syntax

    IS_VARCHAR(expression union<>) → boolean

    • expression: Input expression.

    Examples

    IS_VARCHAR example
    SELECT IS_VARCHAR(column_name)
    -- True