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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-02-26 : 23:05:17
|
Steve writes "If I run the following code:
DECLARE @decimalValue float SET @decimalValue = 100 / 3 SELECT @decimalValue
The value that is returned is 33.0
How can I get this to be 33.3?" |
|
|
|
|
|