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
select ISNUMERIC(-1.25) : ISNUMERIC « Math Functions « SQL Server / T-SQL
SQL Server / T-SQL
Math Functions
ISNUMERIC
select ISNUMERIC(-1.25)
3> 4> select ISNUMERIC(-1.25) 5> GO ----------- 1 (1 rows affected)
Related examples in the same category
1.
select ISNUMERIC('SQL Server')
2.
select ISNUMERIC('2001-09-30')