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)
 Convert varchar to decimal

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-09-18 : 22:05:11
Sharon writes "Is it possible to convert a varchar to a decimal data type? If so, how?

I get an error if I do:

Convert(Decimal(10,5), or_results)"
   

- Advertisement -