I have this data as varchar '00072330'. How do I convert it to a decimal that looks like '723.30' in SQL Server 2008?
|
|
|
|
|
|
|
Try this:
|
||
|
|
|
|
This:
...will give you:
The .0 is important, otherwise SQL Server will perform integer math. |
||||||||
|
