类型:转载 责任编辑:asp 日期:2007/03/01
select count(*) from table where v1+v2>v3 如果v1+v2>32768 就会溢出 v1+v2就变成 -1 了 结果也就不对了 怎么解决
推荐阅读