Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting Char(12) to Numeric
Message
From
27/03/2011 15:34:07
 
 
To
27/03/2011 15:30:57
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01505130
Message ID:
01505134
Views:
58
This message has been marked as a message which has helped to the initial question of the thread.
OK....well, one way is to use the sql REPLACE to convert the hypens to a blank...somethign like


cast( REPLACE(Telephone, '-','') as int)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform