sp.param_value nvarchar2(200); select sp.param_code, to_number(sp.param_value), sp.param_value,length(param_value) 为什么to_char不行呢? 不带格式的是3个字符 难怪查不到数据呢!! 而这种直接单引号就行 所以 and sp.param_value = trim(to_char(0
sp.param_value nvarchar2(200);
select sp.param_code, to_number(sp.param_value), sp.param_value,length(param_value)
为什么to_char不行呢?
不带格式的是3个字符
难怪查不到数据呢!!
而这种直接单引号就行
所以 and sp.param_value = trim(to_char(0.78,'0.00')) 就行了
Copyright © 2019- ovod.cn 版权所有 湘ICP备2023023988号-4
违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务