Well i have on a server instaled a sqlexpress and in a query i have a little problem with the decimals.

I have the query:

select (20/100+1) AS number from documents

the value that return is 1 when it should return 1,2

o.0

somebody know what this is?