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
 SQL Server Development (2000)
 find count of columns which have alphabets

Author  Topic 

jijuanair
Starting Member

6 Posts

Posted - 2008-11-04 : 06:44:41
HI,

I have a column "size(int)".Some of the values in this coloumn are also alphabets and alphanumeric characters.

I want to find the count of those coloumns(which have alphabets or alphanumeric characters).

Basicaly why i want to do this is that i will be removing all the alphabets since i need only numericals in these coulumns.

Any help is welcome,Jiju A Nair

Jiju

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2008-11-04 : 08:12:28
Duplicate of http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=113788

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -