SELECT ISDATE(JoinedDate) FROM Table1This will return 1 if it is a date else it will return 0.For NULL Values also it will return 0