Home
SQL Server / T-SQL
Aggregate Functions
Analytical Functions
Constraints
Cursor
Data Set
Data Type
Database
Date Timezone
Index
Insert Delete Update
Math Functions
Select Query
Sequence
Store Procedure Function
String Functions
Subquery
System
Table
Table Joins
Transact SQL
Transaction
Trigger
View
XML
ISDATE « Date Timezone « SQL Server / T-SQL
SQL Server / T-SQL
Date Timezone
ISDATE
1.
Evaluating Whether An Expression Is a Date or Is Numeric
2.
SELECT ISDATE('1/1/2000')
3.
select ISDATE('2002-09-30')
4.
select ISDATE('2002-09-31')
5.
select ISDATE('23:59:59')
6.
select ISDATE('23:99:99')