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 |
NaomiR
Starting Member
1 Post |
Posted - 2012-03-12 : 13:10:19
|
Essentially I'm having difficulty generating a numeric value with a query.The query in its very (very!) simplest form is:Select 5/10Giving a result of 0If i run:Select 4.9/10I get 0.49 as expected.Can someone explain the logic of this (to a beginner).Thanks, Naomi |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|