Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Question

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-05-03 : 13:08:50
Saikat writes "How to find the numeric values in a column of Varchar Datatype in sql server 2000"

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-05-03 : 13:22:22
Use ISNUMERIC function to find the numeric values. It'll display 1 if it is numeric, 0 if it isn't/

Tara
Go to Top of Page

nr
SQLTeam MVY

12543 Posts

Posted - 2004-05-03 : 22:39:34
But be careful. numeric means it can be converted to a numeric datatype. This can include some alphabetic characters like "e".

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -