On this page

    Categories: Datatype, Boolean

    ISDATE

    Returns true if the input expression can be cast to a date.

    Syntax

    ISDATE(expression varchar) → boolean

    • expression: Input expression.

    Examples

    ISDATE example
    SELECT ISDATE('2021-04-22')
    -- True