将字符串转换为数字如何将 0197、0185、0023...转换为197、185、23 谢谢![解决办法]cast(field as int)[解决办法]select convert(int, '01234 ') 也可以