SELECT CAST(number1 AS REAL) / number3;

时间:2016-04-25 08:49:44

标签: sql

I'm confused about

SELECT CAST(number1 AS REAL) / number3;

which I've got no exmaple to refer to. Anyone can explain this to me?

1 个答案:

答案 0 :(得分:0)

You can read here about cast/convert (which can be found also with a short search in google "cast ms sql"): https://msdn.microsoft.com/en-us/library/ms187928.aspx