这是我在示例中使用的代码:
PRINT @set1 PRINT @set2 SET @weight= @set1 / @set2; PRINT @weight
结果如下:
47 638 0
我想知道为什么它会返回0而不是0,073667712
0
0,073667712
sql
sql ×1