oracle: to_number(str)sqlserver: convert(int,字段名)
convert(int,字段名)
或者
cast(字段名 as int)
数据类型还可以根据自己需要任意转换,注意精度问题即可!
Convert()