Example
Check if the expression is a valid date:
SELECT ISDATE('2017-08-25');
Definition and Usage
The ISDATE() function checks an expression and returns 1 if it is a valid date, otherwise 0.
Syntax
ISDATE(expression)
Check if the expression is a valid date:
SELECT ISDATE('2017-08-25');
The ISDATE() function checks an expression and returns 1 if it is a valid date, otherwise 0.
ISDATE(expression)