Skip to main content
Version: 0.0.1

ISDATE

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

{{< codeheader "ISDATE example" >}}

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