Categories: Datatype
IS_DATE
Returns TRUE if the input expression can be cast to a date.
Syntax
IS_DATE(in union<>) → boolean
- in: Input expression.
Examples
IS_DATE exampleSELECT ISDATE('2021-04-22')
-- True
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.