Returns TRUE if the input expression can be cast to a date.
in: Input expression.
Examples
SELECT ISDATE('2021-04-22') -- True
Last updated 1 year ago